diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb996632edbe72e0be24593cd8a400c74d5f51ad..d4598fc89c9d172afe04e388abf3bed50ce3ea5e 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 5ab2a37a4911fce1badd0f1bc34b5f56563e5c57..6debad60472ef242647bc12e693b3c6c5666aab6 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"