PGPainless-1.2.0-SNAPSHOT

This commit is contained in:
Paul Schaub 2022-03-15 15:50:08 +01:00
parent a22336a795
commit bb8ecaa1c1
2 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.2.0-SNAPSHOT
- Improve exception hierarchy for key-related exceptions
- See [PR](https://github.com/pgpainless/pgpainless/pull/261) for more information on how to migrate.
## 1.1.5
- SOP encrypt: match signature type when using `encrypt --as=` option
- `ProducerOptions.setEncoding()`: The encoding is henceforth only considered metadata and will no longer trigger CRLF encoding.

View File

@ -4,7 +4,7 @@
allprojects {
ext {
shortVersion = '1.1.6'
shortVersion = '1.2.0'
isSnapshot = true
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8