mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
PGPainless-1.2.0-SNAPSHOT
This commit is contained in:
parent
a22336a795
commit
bb8ecaa1c1
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '1.1.6'
|
||||
shortVersion = '1.2.0'
|
||||
isSnapshot = true
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
|
|
Loading…
Reference in a new issue