Skip to content

Commit

Permalink
updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Nov 3, 2023
1 parent c71b580 commit 81fba65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

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

[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.4
[1.0.3]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.3
[1.0.2]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.2
[1.0.1]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ xml-objects is licensed under the [Apache License, Version 2.0](http://www.apach
See the `LICENSE` file for more details.

## Latest release
The latest stable release of xml-objects is 1.0.3.
The latest stable release of xml-objects is 1.0.4.

Download the latest xml-objects release binaries [here](https://github.com/xmlobjects/xml-objects/releases/latest).
Previous releases are available from the [releases section](https://github.com/xmlobjects/xml-objects/releases).
Expand Down Expand Up @@ -44,7 +44,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
<dependency>
<groupId>org.xmlobjects</groupId>
<artifactId>xml-objects</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand All @@ -56,6 +56,6 @@ repositories {
}
dependencies {
compile 'org.xmlobjects:xml-objects:1.0.3'
compile 'org.xmlobjects:xml-objects:1.0.4'
}
```

0 comments on commit 81fba65

Please sign in to comment.