Skip to content

Commit 1dabd4b

Browse files
committed
1.2.0
1 parent 299cfca commit 1dabd4b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
+ Update templates
1818
### V1.1.2-SNAPSHOT
1919
+ Minor refactoring
20-
+ Update documentation
20+
+ Update documentation
21+
### V1.2.0-SNAPSHOT
22+
+ Bug fixes for null value checking
23+
+ Update basestring method to suppport use-case where value of queryparam or form value is empty
24+
+ Update nonce method to generate base64 encoded string value of 32 bytes characters

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.github.kt3k.coveralls' version '2.6.3'
55
}
66

7-
version '1.1.1-SNAPSHOT'
7+
version '1.2.0-SNAPSHOT'
88

99
tasks.withType(JavaCompile) {
1010
options.encoding = "UTF-8"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.api.util</groupId>
44
<artifactId>ApiSecurity</artifactId>
5-
<version>1.1.1-SNAPSHOT</version>
5+
<version>1.2.0-SNAPSHOT</version>
66
<build>
77
<plugins>
88
<plugin>

0 commit comments

Comments
 (0)