From 3e743e68045b3af88933ec103b47d676b7363d87 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Aug 2019 01:28:59 +0000 Subject: [PATCH] chore(release): 1.2.17 [skip ci] ## [1.2.17](https://github.com/secretary/php/compare/1.2.16...1.2.17) (2019-08-15) ### Bug Fixes * **aws:** Throwing error when the value for a secret can't be found ([78baf8c](https://github.com/secretary/php/commit/78baf8c)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64645d5..f97f66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.17](https://github.com/secretary/php/compare/1.2.16...1.2.17) (2019-08-15) + + +### Bug Fixes + +* **aws:** Throwing error when the value for a secret can't be found ([78baf8c](https://github.com/secretary/php/commit/78baf8c)) + ## [1.2.16](https://github.com/secretary/php/compare/1.2.15...1.2.16) (2019-08-15)