diff --git a/AUTHORS.md b/AUTHORS.md index 795f5a3c..59578e95 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)|124 +@myii|[@myii](https://github.com/myii)|126 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fa930932..a3937566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/myii/ssf-formula/compare/v1.11.0...v1.11.1) (2019-10-01) + + +### Bug Fixes + +* **kitchen:** install required packages to bootstrapped `opensuse` ([3c436cb](https://github.com/myii/ssf-formula/commit/3c436cb)), closes [#52](https://github.com/myii/ssf-formula/issues/52) + # [1.11.0](https://github.com/myii/ssf-formula/compare/v1.10.0...v1.11.0) (2019-10-01) diff --git a/FORMULA b/FORMULA index 6199644f..71441191 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: ssf os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.11.0 +version: 1.11.1 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0ee9b27e..e087cc22 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 `_ - - 124 + - 126 ---- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3e7c4eda..2e668235 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.11.1 `_ (2019-10-01) +------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **kitchen:** install required packages to bootstrapped ``opensuse`` (\ `3c436cb `_\ ), closes `#52 `_ + `1.11.0 `_ (2019-10-01) ------------------------------------------------------------------------------------------