Skip to content

Commit

Permalink
Prepare for next release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Feb 3, 2019
1 parent 20b9109 commit 8ced73a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.8.0]
### Added
- sonarcloud analyse

Expand Down Expand Up @@ -53,7 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First plugin interface with a render method


[Unreleased]: https://github.com/coffeenet/coffeenet-frontpage-plugin-api/compare/0.7.0...HEAD
[0.8.0]: https://github.com/coffeenet/coffeenet-frontpage-plugin-api/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/coffeenet/coffeenet-frontpage-plugin-api/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/coffeenet/coffeenet-frontpage-plugin-api/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/coffeenet/coffeenet-frontpage-plugin-api/compare/0.4.0...0.5.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>frontpage-plugin-api</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 8ced73a

Please sign in to comment.