Skip to content

Commit 9817818

Browse files
committed
Changelog for 0.10.1
1 parent 8c7acf3 commit 9817818

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.1] - 2022-12-23
9+
### Changed
10+
- Bump maven plugin versions
11+
812
## [0.10.0] - 2018-11-12
913
### Changed
1014
- Stop URLs at '`' characters too, same as < and >
@@ -72,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7276
- Initial release!
7377

7478

79+
[0.10.1]: https://github.com/robinst/autolink-java/compare/autolink-0.10.0...autolink-0.10.1
7580
[0.10.0]: https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0
7681
[0.9.0]: https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
7782
[0.8.0]: https://github.com/robinst/autolink-java/compare/autolink-0.7.0...autolink-0.8.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ This library is supported on Java 8 or later. It works on Android
3737

3838
Maven coordinates
3939
(see
40-
[here](https://search.maven.org/artifact/org.nibor.autolink/autolink/0.10.0/jar)
40+
[here](https://search.maven.org/artifact/org.nibor.autolink/autolink/0.10.1/jar)
4141
for other build systems):
4242

4343
```xml
4444
<dependency>
4545
<groupId>org.nibor.autolink</groupId>
4646
<artifactId>autolink</artifactId>
47-
<version>0.10.0</version>
47+
<version>0.10.1</version>
4848
</dependency>
4949
```
5050

0 commit comments

Comments
 (0)