diff --git a/AUTHORS.md b/AUTHORS.md index 176ac03..7aa9852 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|52 +@myii|[@myii](https://github.com/myii)|54 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|32 @gravyboat|[@gravyboat](https://github.com/gravyboat)|21 @crux-capacitor|[@crux-capacitor](https://github.com/crux-capacitor)|14 @@ -56,4 +56,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-21. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1177971..77ab469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.19.1](https://github.com/saltstack-formulas/bind-formula/compare/v0.19.0...v0.19.1) (2020-01-27) + + +### Bug Fixes + +* **default.sls:** fix subnet declaration ([c814779](https://github.com/saltstack-formulas/bind-formula/commit/c8147797747f4c9b8d07d6310df750521f01ac82)), closes [#144](https://github.com/saltstack-formulas/bind-formula/issues/144) +* **rubocop:** add fixes using `rubocop -a --safe` [skip ci] ([9d2966f](https://github.com/saltstack-formulas/bind-formula/commit/9d2966fd3226828614a9b551202fa076f048ce49)) + + +### Reverts + +* **config_spec.rb:** do partial revert of `rubocop -a --safe` ([75810c0](https://github.com/saltstack-formulas/bind-formula/commit/75810c07a71aa4b4ba74ed3c3facb1c5ee0ea6f8)) + # [0.19.0](https://github.com/saltstack-formulas/bind-formula/compare/v0.18.4...v0.19.0) (2019-12-21) diff --git a/FORMULA b/FORMULA index d7404ad..ea18ded 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: bind os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.19.0 +version: 0.19.1 release: 1 minimum_version: 2016.11 summary: Bind formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index d0bd576..e7b8210 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 52 + - 54 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 32 @@ -164,4 +164,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-12-21. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 94d92fc..3506a7d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.19.1 `_ (2020-01-27) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **default.sls:** fix subnet declaration (\ `c814779 `_\ ), closes `#144 `_ +* **rubocop:** add fixes using ``rubocop -a --safe`` [skip ci] (\ `9d2966f `_\ ) + +Reverts +^^^^^^^ + + +* **config_spec.rb:** do partial revert of ``rubocop -a --safe`` (\ `75810c0 `_\ ) + `0.19.0 `_ (2019-12-21) ---------------------------------------------------------------------------------------------------------