Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Update RELEASE_NOTES and build.gradle for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SKeerthana committed Dec 6, 2017
1 parent 5daf2a2 commit 6550c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Release notes

### Next

### 1.0.0
[View Diff](https://github.com/alphagov/verify-service-provider/compare/0.4.0...1.0.0)

* Change trust store configuration schema to match MSA
* Make the banner that prints on startup less wide

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

project.ext {
version_number = '0.4.0'
version_number = '1.0.0'
openSamlVersion = '3.3.0'
samlMetaDataBindingVersion = '58'
samlExtensionsVersion = "$openSamlVersion-1.2a-34"
Expand Down

0 comments on commit 6550c9b

Please sign in to comment.