Skip to content

Commit

Permalink
Update changelog to v2 due to breaking API change
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Feb 27, 2024
1 parent 1fd12c1 commit 7d103e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ next (snapshot) release, e.g. `1.1-SNAPSHOT` after releasing `1.0`.

## Changelog

## 2024-xx-yy 1.37
## 2024-xx-yy 2.0.0
* **breaking**: Use **ImmutableResourceSet** in many situations
* Use bouncy castle 1.77 (and update API usage accordingly)
* **removed** deprecated RemoteCertificateFetcher
* **removed** deprected ProvisioningCmsObject constructor
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.ripe.rpki</groupId>
<artifactId>rpki-commons</artifactId>
<version>1.37-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<inceptionYear>2008</inceptionYear>

<name>RPKI Commmons</name>
Expand Down

0 comments on commit 7d103e4

Please sign in to comment.