mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
PGPainless 1.1.1-alpha1
This commit is contained in:
parent
5331934dd8
commit
38edb03862
2 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,9 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# PGPainless Changelog
|
||||
|
||||
## 1.1.1-alpha1
|
||||
- Simplify internal processing of input data
|
||||
|
||||
## 1.1.0
|
||||
- `pgpainless-sop`: Update `sop-java` to version 1.2.0
|
||||
- Treat passwords and session keys as indirect parameters
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '1.1.1'
|
||||
isSnapshot = true
|
||||
shortVersion = '1.1.1-alpha1'
|
||||
isSnapshot = false
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncyCastleVersion = '1.70'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue