Skip to content

Commit

Permalink
DXE-3668 Merge pull request #10 from akamai/release/1.0.0
Browse files Browse the repository at this point in the history
DXE-3668 Release/1.0.0
  • Loading branch information
mgwoj committed Mar 13, 2024
2 parents 8501c9e + c29b7fd commit a4e7823
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change log

## 1.0.0 (March 13, 2024)

### Fixes

* Modernized code to make it working with Java 8+
* Resolved various CVE vulnerabilities
* Resolved various Javadoc warnings
* Rewritten unit tests
* Migrated build system from Gradle to Maven for easier publish to Sonatype
* Code cleaned up
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a4e7823

Please sign in to comment.