Skip to content

Commit 81fba65

Browse files
committed
updated readme and changelog
1 parent c71b580 commit 81fba65

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
4+
5+
## [1.0.4] - 2023-11-03
46
### Added
57
- Added `getEncoding` method to `XMLReader`, which returns the input encoding if known or null if unknown.
68
- Added methods to build default factories to `SecureXMLProcessors` and `XMLReaderFactory`.
@@ -33,7 +35,8 @@
3335
## [1.0.0] - 2022-08-20
3436
This is the initial release of xml-objects.
3537

36-
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.0.3...HEAD
38+
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.0.4...HEAD
39+
[1.0.4]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.4
3740
[1.0.3]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.3
3841
[1.0.2]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.2
3942
[1.0.1]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.1

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.0.3.
14+
The latest stable release of xml-objects is 1.0.4.
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.0.3</version>
47+
<version>1.0.4</version>
4848
</dependency>
4949
```
5050

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

0 commit comments

Comments
 (0)