Skip to content

Commit 88ce594

Browse files
committed
[maven-release-plugin] prepare release tvdb-japi-0.0.8
1 parent cbc1b3f commit 88ce594

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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+
## [0.0.8] - 2020-08-22
810
### Added
911
- Added support for all routes available under the [Movies](https://api.thetvdb.com/swagger#/Movies) API endpoint.
1012
- Added `CHANGELOG.md` file.
@@ -174,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174176
### Added
175177
- First basic implementation draft of TheTVDB.com RESTful API Java connector.
176178

177-
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.7...HEAD
179+
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.8...HEAD
180+
[0.0.8]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.7...tvdb-japi-0.0.8
178181
[0.0.7]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.6...tvdb-japi-0.0.7
179182
[0.0.6]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.5...tvdb-japi-0.0.6
180183
[0.0.5]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.4...tvdb-japi-0.0.5

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.m0nk3y2k4</groupId>
66
<artifactId>thetvdb-java-api</artifactId>
7-
<version>0.0.8-SNAPSHOT</version>
7+
<version>0.0.8</version>
88

99
<name>thetvdb-java-api</name>
1010
<description>Java connector for the TheTVDB.com. Allows simplified usage of the TheTVDB.com RESTful API from inside Java projects.</description>
@@ -290,7 +290,7 @@
290290
<url>https://github.com/m0nk3y2k4/thetvdb-java-api</url>
291291
<connection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</connection>
292292
<developerConnection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</developerConnection>
293-
<tag>HEAD</tag>
293+
<tag>tvdb-japi-0.0.8</tag>
294294
</scm>
295295

296296
<developers>

0 commit comments

Comments
 (0)