diff options
author | Josh Cooper <josh@puppet.com> | 2019-01-10 15:56:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 15:56:53 -0800 |
commit | 17996b5b325e72de79f51d8acafb8e0a13c558af (patch) | |
tree | c5059e2b5b25d85f367e12eee0f019bfd223d6a8 | |
parent | 647cd360b251d3e0eeb04674c03ff01652c12ef4 (diff) | |
parent | 846b1246391265597423ec567b352e5fc1ebbb85 (diff) | |
download | puppet-augeas_core-17996b5b325e72de79f51d8acafb8e0a13c558af.tar.gz puppet-augeas_core-17996b5b325e72de79f51d8acafb8e0a13c558af.tar.bz2 |
Merge pull request #18 from melissa/1.0.4-release
1.0.4 release
-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 +} |