## [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 ([tags/v0.39.121045c7
](21045c7a7b
))
@@ -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) | |||
@@ -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 |
@@ -2,6 +2,15 @@ | |||
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) | |||
----------------------------------------------------------------------------------------------------------- | |||