Skip to content

Commit

Permalink
Prepared for release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar committed Nov 26, 2020
1 parent 86bc5e7 commit 7834a23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2020-11-26
### Fixed
- Fixed makensis location resolution from OS path environment variable ([#6](https://github.com/DigitalMediaServer/nsis-maven-plugin/pull/6)). Thanks to [@adamretter](https://github.com/adamretter) for pinpointing the problem.

## [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.

### Fixed
- [@gieza](https://github.com/gieza) fixed double hyphen bug for local artifact when using `classifier` ([#2](https://github.com/DigitalMediaServer/nsis-maven-plugin/pull/2)).

## [1.0.0] - 2018-07-29
### First release

[Unreleased]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.2...v1.0.3
[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
[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.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>3.0.4</maven>
Expand Down

0 comments on commit 7834a23

Please sign in to comment.