Skip to content

Commit b3867a2

Browse files
committed
[maven-release-plugin] prepare release 3.0.4
1 parent 5cd32a9 commit b3867a2

File tree

3 files changed

+382
-379
lines changed

3 files changed

+382
-379
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.4] - 2021-11-03
810
### Changed
911
- Replaced the maven _NOPLogger_ dependency with _SimpleLogger_ implementation: `org.slf4j:slf4j-nop` -> `org.slf4j:slf4j-simple`.
1012
- Updated multiple maven dependencies and plugins to latest version:
@@ -247,7 +249,8 @@ First stable release which is fully compatible with _TheTVDB.com_ RESTful remote
247249
### Added
248250
- First basic implementation draft of TheTVDB.com RESTful API Java connector.
249251

250-
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.3...HEAD
252+
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.4...HEAD
253+
[3.0.4]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.3...3.0.4
251254
[3.0.3]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.2...3.0.3
252255
[3.0.2]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.1...3.0.2
253256
[3.0.1]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-3.0.0...3.0.1

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.3</version>
119+
<version>3.0.4</version>
120120
</dependency>
121121
```
122122

0 commit comments

Comments
 (0)