diff --git a/CHANGELOG.md b/CHANGELOG.md index a770718..d0a0866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.5.5](https://github.com/mileszim/chambermaid/compare/v0.5.4...v0.5.5) (2020-08-03) + +### Documentation + +- add links to documentation and more info for rdoc ([3f7ec6d](https://github.com/mileszim/chambermaid/commit/3f7ec6ddb07478ceefef83403c1e5b9de447509a)) + ## [0.5.4](https://github.com/mileszim/chambermaid/compare/v0.5.3...v0.5.4) (2020-08-03) ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index e1f61e4..ebd76e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chambermaid (0.5.4) + chambermaid (0.5.5) aws-sdk-ssm (~> 1.85) GEM diff --git a/lib/chambermaid/version.rb b/lib/chambermaid/version.rb index 5d68914..5498a1e 100644 --- a/lib/chambermaid/version.rb +++ b/lib/chambermaid/version.rb @@ -1,3 +1,3 @@ module Chambermaid - VERSION = "0.5.4" + VERSION = "0.5.5" end \ No newline at end of file