Skip to content

Commit

Permalink
Prepared for release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar committed Nov 8, 2023
1 parent 40ef0d3 commit 07240cf
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.4] - 2023-11-07
### Added
- Implemented `compress` as a parameter for `scriptFile`.

## [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.
Expand All @@ -24,7 +28,8 @@ 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.3...HEAD
[Unreleased]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.3...v1.0.4
[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
Expand Down
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.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>3.0.4</maven>
Expand Down

0 comments on commit 07240cf

Please sign in to comment.