FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5a0a7356 authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

Bump version to 1.0.17

parent fb7a06ed
No related branches found
No related tags found
2 merge requests!31OpenAPI spec updates (+ affiliation fixes),!30OpenAPI spec updates
Pipeline #259043 passed
...@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.17] - 2022-12-14
### Added
- Added CardRequest affiliations to be a list in Card API and force to be a list
### Changed
- Allow Student API date of birth to be null
## [1.0.16] - 2022-11-11 ## [1.0.16] - 2022-11-11
### Added ### Added
...@@ -13,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -13,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added college-institution-ids list endpoint to the Card API. - Added college-institution-ids list endpoint to the Card API.
### Changed ### Changed
- Updated requirements to allow ./pull-spects.sh from from blank environment. - Updated requirements to allow ./pull-specs.sh from from blank environment.
## [1.0.15] - 2022-10-24 ## [1.0.15] - 2022-10-24
...@@ -38,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -38,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Invalidated state for Photos. - Invalidated state for Photos.
- Added Card API 'refresh' action. - Added Card API 'refresh' action.
### Changed ### Changed
- Card API 'refute' action renamed to 'requeue' action. - Card API 'refute' action renamed to 'requeue' action.
......
...@@ -8,7 +8,7 @@ PACKAGE_DESCRIPTION = ( ...@@ -8,7 +8,7 @@ PACKAGE_DESCRIPTION = (
"A module containing helpers and shared code related to identity systems within UIS, " "A module containing helpers and shared code related to identity systems within UIS, "
"University of Cambridge." "University of Cambridge."
) )
PACKAGE_VERSION = "1.0.16" PACKAGE_VERSION = "1.0.17"
PACKAGE_URL = "https://gitlab.developers.cam.ac.uk/uis/devops/iam/identity-lib" PACKAGE_URL = "https://gitlab.developers.cam.ac.uk/uis/devops/iam/identity-lib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment