Skip to content

Commit 7c4a3d8

Browse files
committed
bumping version to 1.1.3
1 parent 83e3c62 commit 7c4a3d8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.1.3] - 2025-01-19
6+
### Changed
7+
- Updated Gradle to 8.12.
8+
49
## [1.1.2] - 2024-12-01
510
### Added
611
- Added method `getObjectTypes` to `XMLObjects` class to get supported object types with their XML element name
@@ -51,7 +56,8 @@
5156
## [1.0.0] - 2022-08-20
5257
This is the initial release of xml-objects.
5358

54-
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.1.2...HEAD
59+
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.1.3...HEAD
60+
[1.1.3]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.3
5561
[1.1.2]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.2
5662
[1.1.1]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.1
5763
[1.1.0]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ xml-objects is licensed under the [Apache License, Version 2.0](http://www.apach
1111
See the `LICENSE` file for more details.
1212

1313
## Latest release
14-
The latest stable release of xml-objects is 1.1.2.
14+
The latest stable release of xml-objects is 1.1.3.
1515

1616
Download the latest xml-objects release binaries [here](https://github.com/xmlobjects/xml-objects/releases/latest).
1717
Previous releases are available from the [releases section](https://github.com/xmlobjects/xml-objects/releases).
@@ -44,7 +44,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
4444
<dependency>
4545
<groupId>org.xmlobjects</groupId>
4646
<artifactId>xml-objects</artifactId>
47-
<version>1.1.2</version>
47+
<version>1.1.3</version>
4848
</dependency>
4949
```
5050

@@ -56,6 +56,6 @@ repositories {
5656
}
5757
5858
dependencies {
59-
compile 'org.xmlobjects:xml-objects:1.1.2'
59+
compile 'org.xmlobjects:xml-objects:1.1.3'
6060
}
6161
```

0 commit comments

Comments
 (0)