diff --git a/CHANGELOG.md b/CHANGELOG.md index aa152385..cb95fad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [7.1.2] - 2023-08-14 + +### Fixed +- Fixed not getting all paginated results from AWS clients calls. Thank you @sromic ([592](https://github.com/amplify-education/serverless-domain-manager/pull/592)) + ## [7.1.1] - 2023-07-24 ### Fixed diff --git a/package.json b/package.json index dc163338..bf4b1598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-domain-manager", - "version": "7.1.1", + "version": "7.1.2", "engines": { "node": ">=14" },