diff --git a/CHANGELOG.md b/CHANGELOG.md index 307bfa8..228ffc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/saltstack-formulas/locale-formula/compare/v0.2.0...v0.2.1) (2019-05-27) + + +### Documentation + +* **readme:** add testing requirements section ([3810986](https://github.com/saltstack-formulas/locale-formula/commit/3810986)) + # [0.2.0](https://github.com/saltstack-formulas/locale-formula/compare/v0.1.0...v0.2.0) (2019-05-27) diff --git a/FORMULA b/FORMULA index 603a251..0b2ce56 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: locale os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.2.0 +version: 0.2.1 release: 1 minimum_version: 2017.7 summary: Locale formula diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 62697bf..1e03c30 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.2.1 `_ (2019-05-27) +-------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** add testing requirements section (\ `3810986 `_\ ) + `0.2.0 `_ (2019-05-27) --------------------------------------------------------------------------------------------------------