We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8501c9e + c29b7fd commit a4e7823Copy full SHA for a4e7823
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Change log
2
+
3
+## 1.0.0 (March 13, 2024)
4
5
+### Fixes
6
7
+* Modernized code to make it working with Java 8+
8
+* Resolved various CVE vulnerabilities
9
+* Resolved various Javadoc warnings
10
+* Rewritten unit tests
11
+* Migrated build system from Gradle to Maven for easier publish to Sonatype
12
+* Code cleaned up
pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.akamai</groupId>
<artifactId>edgeauth</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>EdgeAuth-Token-Java</name>
<description>Akamai Edge Authorization Token for Java</description>
<url>https://github.com/akamai/EdgeAuth-Token-Java</url>
0 commit comments