diff --git a/AUTHORS.md b/AUTHORS.md index ff9bfd6..2a49739 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 :-:|---|:-: -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|48 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|54 @myii|[@myii](https://github.com/myii)|7 @aanriot|[@aanriot](https://github.com/aanriot)|3 diff --git a/CHANGELOG.md b/CHANGELOG.md index c01cbd0..f102928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.4](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.3...v0.1.4) (2019-05-13) + + +### Bug Fixes + +* **formula:** add only supported distros to FORMULA file ([9fbc9ec](https://github.com/saltstack-formulas/rkhunter-formula/commit/9fbc9ec)) +* **gitignore:** update .gitignore from template-formula ([90b261c](https://github.com/saltstack-formulas/rkhunter-formula/commit/90b261c)) + + +### Documentation + +* **readme:** fix testing section indentation ([bf7de8d](https://github.com/saltstack-formulas/rkhunter-formula/commit/bf7de8d)) +* **readme:** update readme with testing info ([773d23e](https://github.com/saltstack-formulas/rkhunter-formula/commit/773d23e)) + ## [0.1.3](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.2...v0.1.3) (2019-05-13) diff --git a/FORMULA b/FORMULA index 76a8543..5a48d44 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rkhunter os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS -version: 0.1.3 +version: 0.1.4 release: 1 minimum_version: 2016.11 summary: Rkhunter formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2ad1f38..7967b9b 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:`@n-rodriguez` - `@n-rodriguez `_ - - 48 + - 54 * - :raw-html-m2r:`@myii` - `@myii `_ - 7 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 12c021f..1534132 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`0.1.4 `_ (2019-05-13) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **formula:** add only supported distros to FORMULA file (\ `9fbc9ec `_\ ) +* **gitignore:** update .gitignore from template-formula (\ `90b261c `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** fix testing section indentation (\ `bf7de8d `_\ ) +* **readme:** update readme with testing info (\ `773d23e `_\ ) + `0.1.3 `_ (2019-05-13) ----------------------------------------------------------------------------------------------------------