Skip to content

Commit

Permalink
Merge pull request #103 from cryptimeleon/bump-3.1.0
Browse files Browse the repository at this point in the history
Version bump for commit
  • Loading branch information
this-kramer authored Jan 12, 2023
2 parents b355e07 + 2336303 commit e0ddab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Latest]

## [3.1.0]

### Added
- ECDSA signatures from `java.security` (see [#102](https://github.com/cryptimeleon/craco/pull/102))
- AGHO11, KPW15 and AKOT15 structure-preserving signature schemes (see [#99](https://github.com/cryptimeleon/craco/pull/99)))

## [3.0.1]

### Changed
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.2' + (isRelease ? "" : "-SNAPSHOT")
version = '3.1.0' + (isRelease ? "" : "-SNAPSHOT")


sourceCompatibility = 1.8
Expand Down

0 comments on commit e0ddab5

Please sign in to comment.