diff --git a/CHANGELOG.md b/CHANGELOG.md index 27029620..45865174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# 75.2.0 - Add `feedback_consent` to `stub_account_api_validates_auth_response` test helper (for Account API) diff --git a/lib/gds_api/version.rb b/lib/gds_api/version.rb index 09a73948..40a5b984 100644 --- a/lib/gds_api/version.rb +++ b/lib/gds_api/version.rb @@ -1,3 +1,3 @@ module GdsApi - VERSION = "75.1.0".freeze + VERSION = "75.2.0".freeze end