Skip to content

Commit

Permalink
Prepared for release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar committed Jun 13, 2019
1 parent 9e5d628 commit 7679863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - 2019-06-13
### Fixed
- [@adamretter](https://github.com/adamretter) improved `autoNsisDir` resolution ([#3](https://github.com/DigitalMediaServer/nsis-maven-plugin/pull/3)).

## [1.0.1] - 2019-05-03
### Added
- Created this changelog.
Expand All @@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2018-07-29
### First release

[Unreleased]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/DigitalMediaServer/nsis-maven-plugin/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.digitalmediaserver</groupId>
<artifactId>nsis-maven-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>3.0.4</maven>
Expand Down

0 comments on commit 7679863

Please sign in to comment.