Skip to content

Commit

Permalink
Release 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Nov 25, 2023
1 parent 822f3c8 commit 0549f4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.20.1](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.20.0...v1.20.1) - 2023-11-25

### Fixed

- JDK file attributes not always copied correctly (https://github.com/perdian/macosappbundler-maven-plugin/issues/46).

### Added

- Support [`NSAppleMusicUsageDescription`](https://developer.apple.com/documentation/bundleresources/information_property_list/NSAppleMusicUsageDescription) configuration property.

## [1.20.0](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.19.0...v1.20.0) - 2023-10-01

### Added
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>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.20.1-SNAPSHOT</version>
<version>1.20.1</version>

<name>macOS app bundler Maven plugin</name>
<description>Maven plugin to create a macOS application bundle</description>
Expand Down

0 comments on commit 0549f4a

Please sign in to comment.