Skip to content

Commit

Permalink
Merge pull request #28 from CDOT-CV/q3-release/version-change-and-rel…
Browse files Browse the repository at this point in the history
…ease-notes

Version Change & Release Notes (2024 Q3 Release)
  • Loading branch information
drewjj authored Sep 6, 2024
2 parents 7c9d4a5 + 3353541 commit 737e2fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Jpo-s3-deposit Release Notes
----------------------------

Version 1.6.0, released September 2024
----------------------------------------
### **Summary**
The changes for the jpo-s3-deposit 1.6.0 release include a GitHub action to publish a java artifact to the GitHub repository whenever a release is created, a change to the default value for the enable.auto.commit property to 'true', unit tests, and revised documentation for accuracy & clarity.

Enhancements in this release:
- CDOT PR 23: Added GitHub action to publish a java artifact to the GitHub repository whenever a release is created
- CDOT PR 25: Changed default value for enable.auto.commit property to 'true'
- CDOT PR 26: Added unit tests
- CDOT PR 27: Revised documentation for accuracy & clarity


Version 1.5.0, released June 2024
----------------------------------------
### **Summary**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-aws-depositor</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JPO AWS Depositor</name>
<properties>
Expand Down

0 comments on commit 737e2fa

Please sign in to comment.