diff --git a/CHANGELOG.md b/CHANGELOG.md index a18d93e..13d58e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.0...v0.39.1) (2019-12-20) + + +### Bug Fixes + +* **mod_mpm:** cast to int to avoid Jinja type mismatch error ([21045c7](https://github.com/saltstack-formulas/apache-formula/commit/21045c7a7b46d639c2d81c5793ad6e6d9d34b66b)) + # [0.39.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.2...v0.39.0) (2019-12-20) diff --git a/FORMULA b/FORMULA index a4d9148..1119c38 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: apache os: RedHat, Fedora, CentOS, Debian, Ubuntu, Suse, FreeBSD os_family: RedHat, Debian, Suse, FreeBSD -version: 0.39.0 +version: 0.39.1 release: 1 minimum_version: 2015.8 summary: Formula for installing Apache diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9ef89a1..0308181 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.39.1 `_ (2019-12-20) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **mod_mpm:** cast to int to avoid Jinja type mismatch error (\ `21045c7 `_\ ) + `0.39.0 `_ (2019-12-20) -----------------------------------------------------------------------------------------------------------