diff --git a/CHANGELOG.md b/CHANGELOG.md index 873175229b9237b3b3e44ca2d9b30a2e8072e5da..83141f5c20fb83881a9a154c36cfddcb05d0b156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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.1] - 2022-01-09 +### Added + - Incorporate new Card API card-rfid-data-config endpoint. + ## [1.0.0] - 2022-01-20 ### Added - Refactor to use openapi-generator to generate the card_client and photo_client. diff --git a/setup.py b/setup.py index ef06530cad2735d5035f0488274e35378402f268..81eee42077710fc69297f90702ee33d86f8f2196 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.0" +PACKAGE_VERSION = "1.0.1" PACKAGE_URL = "https://gitlab.developers.cam.ac.uk/uis/devops/iam/identity-lib"