From 5a0a7356d062b370835dcdf8731d394af04bd20e Mon Sep 17 00:00:00 2001 From: Robin Goodall <rjg21@cam.ac.uk> Date: Wed, 14 Dec 2022 15:55:28 +0000 Subject: [PATCH] Bump version to 1.0.17 --- CHANGELOG.md | 12 ++++++++++-- setup.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb99663..d4598fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [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 ### Added @@ -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. ### 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 @@ -38,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Invalidated state for Photos. - Added Card API 'refresh' action. -### Changed +### Changed - Card API 'refute' action renamed to 'requeue' action. diff --git a/setup.py b/setup.py index 5ab2a37..6debad6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PACKAGE_DESCRIPTION = ( "A module containing helpers and shared code related to identity systems within UIS, " "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" -- GitLab