Skip to content

Commit 41271b4

Browse files
committed
bumping version to 1.1.6
1 parent c411514 commit 41271b4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.1.6] - 2025-09-27
6+
### Changed
7+
- Updated xsom to 4.0.6.
8+
59
## [1.1.5] - 2025-03-02
610
### Fixed
711
- Removed unnecessary use of `WeakReference` in `XMLReader`.
@@ -61,7 +65,8 @@
6165
## [1.0.0] - 2022-08-20
6266
This is the initial release of xml-objects.
6367

64-
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.1.5...HEAD
68+
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.1.6...HEAD
69+
[1.1.6]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.6
6570
[1.1.5]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.5
6671
[1.1.4]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.4
6772
[1.1.2]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'org.xmlobjects'
12-
version = '1.1.5'
12+
version = '1.1.6'
1313
description = 'A simple and lightweight XML-to-object mapping library'
1414
ext.date = new Date()
1515

0 commit comments

Comments
 (0)