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

Commit

Permalink
bau: Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardTowers committed Sep 21, 2017
1 parent 1be2b34 commit 2918e31
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
Release notes
=============

__2017-07-17__ 0.2.0
### 0.3.0

* Fix the expected names of user account creation attributes to match the names the MSA produces
* Fix the expected format of the date of birth attribute value to match the format the MSA produces

### 0.2.0

Initial release candidate of verify service provider. Now contains a fully
functional SAML service provider implementation that works with GOV.UK Verify.

__2017-07-17__ 0.1.0-prototype-0
### 0.1.0-prototype-0

Pre-release of verify service provider prototype-0.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: This a proposed API for the Verify Serivce Provider
version: 0.2.0
version: 0.3.0
title: Verify Service Provider
basePath: /
tags:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

project.ext {
version_number = '0.2.0'
version_number = '0.3.0'
openSamlVersion = '3.3.0'
samlMetaDataBindingVersion = '47'
}
Expand Down
4 changes: 2 additions & 2 deletions doc-gen/source/index.html.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Verify Service Provider v0.2.0
title: Verify Service Provider v0.3.0
language_tabs: []
toc_footers: []
includes: []
search: true
highlight_theme: darkula
---

# Verify Service Provider v0.2.0
# Verify Service Provider v0.3.0

> Scroll down for example requests and responses.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="robots" content="noindex">

<!-- Use title if it's in the page YAML frontmatter -->
<title>Verify Service Provider v0.2.0</title>
<title>Verify Service Provider v0.3.0</title>

<!--[if gt IE 8]><!--><link href="stylesheets/screen.css" rel="stylesheet" media="screen" /><!--<![endif]-->
<!--[if lte IE 8]><link href="stylesheets/screen-old-ie.css" rel="stylesheet" media="screen" /><![endif]-->
Expand Down Expand Up @@ -56,7 +56,7 @@
<nav id="toc" class="js-toc-list toc__list" aria-labelledby="toc-heading">
<ul>
<li>
<a href="#verify-service-provider-v0-2-0">Verify Service Provider v0.2.0</a>
<a href="#verify-service-provider-v0-3-0">Verify Service Provider v0.3.0</a>
</li>
<li>
<a href="#verify-service-provider-api">Verify Service Provider API</a>
Expand Down Expand Up @@ -203,7 +203,7 @@

<div class="app-pane__content toc-open-disabled">
<main id="content" class="technical-documentation" data-module="anchored-headings">
<h1 id="verify-service-provider-v0-2-0">Verify Service Provider v0.2.0</h1>
<h1 id="verify-service-provider-v0-3-0">Verify Service Provider v0.3.0</h1>
<blockquote>
<p>Scroll down for example requests and responses.</p>
</blockquote>
Expand Down

0 comments on commit 2918e31

Please sign in to comment.