From ae72c6025034dfdac3697ff0b281ec24a2c483ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Apr 2019 07:25:53 +0000 Subject: [PATCH] chore(release): 0.56.1 [skip ci] ## [0.56.1](https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.0...v0.56.1) (2019-04-27) ### Tests * **inspec:** add test for `log_format` [#219](https://github.com/saltstack-formulas/nginx-formula/issues/219) ([4ed788e](https://github.com/saltstack-formulas/nginx-formula/commit/4ed788e)) --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4619d4a1..4fafb8a7 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -75,4 +75,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-04-26. +Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-04-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 22369c8b..9f9db36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.56.1](https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.0...v0.56.1) (2019-04-27) + + +### Tests + +* **inspec:** add test for `log_format` [#219](https://github.com/saltstack-formulas/nginx-formula/issues/219) ([4ed788e](https://github.com/saltstack-formulas/nginx-formula/commit/4ed788e)) + # [0.56.0](https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.1...v0.56.0) (2019-04-26) diff --git a/FORMULA b/FORMULA index 047147e0..1f35bf38 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: nginx os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.56.0 +version: 0.56.1 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8e0d26d8..c2fd6afa 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -221,4 +221,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-04-26. +Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-04-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 297a34b0..2e925ad0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.56.1 `_ (2019-04-27) +---------------------------------------------------------------------------------------------------------- + +Tests +^^^^^ + + +* **inspec:** add test for ``log_format`` `#219 `_ (\ `4ed788e `_\ ) + `0.56.0 `_ (2019-04-26) ----------------------------------------------------------------------------------------------------------