Skip to content

Commit b05a221

Browse files
committed
[maven-release-plugin] prepare release 3.0.3
1 parent 969917e commit b05a221

File tree

3 files changed

+381
-378
lines changed

3 files changed

+381
-378
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.3] - 2021-01-01
810
### Added
911
- Util method `Parameters.isPositiveInteger` returning Predicate<String> used to check for positive numeric integers.
1012
- `Proxy` objects now support an additional path component.
@@ -235,7 +237,8 @@ First stable release which is fully compatible with _TheTVDB.com_ RESTful remote
235237
### Added
236238
- First basic implementation draft of TheTVDB.com RESTful API Java connector.
237239

238-
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.2...HEAD
240+
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.3...HEAD
241+
[3.0.3]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.2...3.0.3
239242
[3.0.2]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.1...3.0.2
240243
[3.0.1]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-3.0.0...3.0.1
241244
[3.0.0]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.8...tvdb-japi-3.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ maven project via the [jitpack.io](https://www.jitpack.io/#m0nk3y2k4/thetvdb-jav
116116
<dependency>
117117
<groupId>com.github.m0nk3y2k4</groupId>
118118
<artifactId>thetvdb-java-api</artifactId>
119-
<version>3.0.2</version>
119+
<version>3.0.3</version>
120120
</dependency>
121121
```
122122

0 commit comments

Comments
 (0)