Skip to content

Commit 81130ff

Browse files
committed
updated readme and changelog
1 parent 202a1b2 commit 81130ff

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
## [1.0.1] - 2022-09-08
6+
### Changed
7+
- Updated xml-objects to 1.0.1.
8+
39
## [1.0.0] - 2022-08-20
410
This is the initial release of gml-objects.
511

12+
[Unreleased]: https://github.com/xmlobjects/gml-objects/compare/v1.0.1...HEAD
13+
[1.0.1]: https://github.com/xmlobjects/gml-objects/compare/v1.0.0...v1.0.1
614
[1.0.0]: https://github.com/xmlobjects/gml-objects/releases/tag/v1.0.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ gml-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 gml-objects is 1.0.0.
14+
The latest stable release of gml-objects is 1.0.1.
1515

16-
Download the latest gml-objects release binaries [here](https://github.com/xmlobjects/gml-objects/releases/tag/v1.0.0).
16+
Download the latest gml-objects release binaries [here](https://github.com/xmlobjects/gml-objects/releases/latest).
1717
Previous releases are available from the [releases section](https://github.com/xmlobjects/gml-objects/releases).
1818

1919
## Contributing
@@ -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.gml</groupId>
4646
<artifactId>gml-objects</artifactId>
47-
<version>1.0.0</version>
47+
<version>1.0.1</version>
4848
</dependency>
4949
```
5050

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

0 commit comments

Comments
 (0)