Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBobolz committed Nov 18, 2021
1 parent f57a9c5 commit adafc51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Latest]

## [3.1.0]

### Added
- UUIDs can now be serialized to representation.

## [3.0.1]

Expand Down Expand Up @@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release


[Latest]: https://github.com/cryptimeleon/math/compare/v3.0.1...HEAD
[Latest]: https://github.com/cryptimeleon/math/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/cryptimeleon/math/compare/v3.0.0...v3.0.1
[3.0.1]: https://github.com/cryptimeleon/math/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/cryptimeleon/math/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/cryptimeleon/math/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
group = 'org.cryptimeleon'
archivesBaseName = project.name
boolean isRelease = project.hasProperty("release")
version = '3.0.3' + (isRelease ? "" : "-SNAPSHOT")
version = '3.1.0' + (isRelease ? "" : "-SNAPSHOT")

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit adafc51

Please sign in to comment.