diff --git a/CHANGELOG.md b/CHANGELOG.md index 89dc38ae..249d0fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [5.1.4] - 2021-07-19 +- Adds error logging for getDomainName API fail. Thank you @adamrhunter ([#434](https://github.com/amplify-education/serverless-domain-manager/pull/434)) + ## [5.1.3] - 2021-07-19 - Fix filtering of stacks by the given stackName and check by the nested stack RootId. Thank you @matteobattista ([#427](https://github.com/amplify-education/serverless-domain-manager/pull/427)) - Refactoring. Update packages diff --git a/package.json b/package.json index 0e690655..170d4826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-domain-manager", - "version": "5.1.3", + "version": "5.1.4", "engines": { "node": ">=12" },