diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | metadata.json | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da9d7c5..c98de88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.0.4] - 2019-01-10 +### Added +- Add Japanese translations + ## [1.0.3] - 2018-10-02 ### Changed - (MODULES-8014) relatively require helper code @@ -26,6 +30,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Summary This is the initial release of the extracted augeas module +[1.0.4]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.0...1.0.1 diff --git a/metadata.json b/metadata.json index 5f797b4..a34e499 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.0.3", + "version": "1.0.4", "author": "Puppet Labs", "summary": "Manage files using Augeas", "license": "Apache-2.0", @@ -63,4 +63,4 @@ "pdk-version": "1.8.0", "template-url": "https://github.com/puppetlabs/pdk-templates", "template-ref": "heads/master-0-gd61c0a4" -}
\ No newline at end of file +} |