diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf45540..048a6b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# 75.1.0 - Add `cookie_consent` and `feedback_consent` to `update_user_by_subject_identifier` (for Account API) diff --git a/lib/gds_api/version.rb b/lib/gds_api/version.rb index 3c0611ae..09a73948 100644 --- a/lib/gds_api/version.rb +++ b/lib/gds_api/version.rb @@ -1,3 +1,3 @@ module GdsApi - VERSION = "75.0.0".freeze + VERSION = "75.1.0".freeze end