Skip to content

Commit

Permalink
Prepare release v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
heroku-linguist[bot] committed Sep 27, 2024
1 parent d59221e commit 3eafe98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]


## [1.1.10] - 2024-09-27

### Fixed

- Migrate from bcpkix-jdk15on to bcpkix-jdk18on, fixing security issues with bouncycastle. ([#91](https://github.com/heroku/env-keystore/pull/91))
Expand All @@ -19,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

- Update release process. ([#61](https://github.com/heroku/env-keystore/pull/61))

[unreleased]: https://github.com/heroku/env-keystore/compare/v1.1.9...HEAD
[unreleased]: https://github.com/heroku/env-keystore/compare/v1.1.10...HEAD
[1.1.10]: https://github.com/heroku/env-keystore/compare/v1.1.9...v1.1.10
[1.1.9]: https://github.com/heroku/env-keystore/compare/v1.1.8...v1.1.9
[1.1.8]: https://github.com/heroku/env-keystore/compare/v1.1.7...v1.1.8
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.heroku.sdk</groupId>
<artifactId>env-keystore</artifactId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
<name>env-keystore</name>
<description>Creates KeyStore and TrustStore from environment variables</description>
<url>https://github.com/heroku/env-keystore</url>
Expand Down

0 comments on commit 3eafe98

Please sign in to comment.