diff --git a/AUTHORS.md b/AUTHORS.md index ecfaafc..f7fb946 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,9 +9,9 @@ Avatar|Contributor|Contributions @whiteinge|[@whiteinge](https://github.com/whiteinge)|14 @eliasp|[@eliasp](https://github.com/eliasp)|8 @aboe76|[@aboe76](https://github.com/aboe76)|8 +@ixs|[@ixs](https://github.com/ixs)|5 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 @gravyboat|[@gravyboat](https://github.com/gravyboat)|5 -@ixs|[@ixs](https://github.com/ixs)|4 @techhat|[@techhat](https://github.com/techhat)|4 @itscaro|[@itscaro](https://github.com/itscaro)|3 @dafyddj|[@dafyddj](https://github.com/dafyddj)|2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ffed29f..6df843d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.5](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.4...v1.15.5) (2020-12-25) + + +### Bug Fixes + +* **map.jinja:** update EL6 URLs ([7a87d42](https://github.com/saltstack-formulas/epel-formula/commit/7a87d427ea2b1f746f9028d0fa670138780559e0)) + ## [1.15.4](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.3...v1.15.4) (2020-12-25) diff --git a/FORMULA b/FORMULA index ddecf9a..fb00ad0 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: epel os: RedHat, Fedora, CentOS, Amazon os_family: RedHat -version: 1.15.4 +version: 1.15.5 release: 1 minimum_version: 2017.7 summary: epel formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3a7f00d..27cab7b 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -28,15 +28,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 8 + * - :raw-html-m2r:`@ixs` + - `@ixs `_ + - 5 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 5 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 5 - * - :raw-html-m2r:`@ixs` - - `@ixs `_ - - 4 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 4 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 95eef3d..d0fe9a5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.15.5 `_ (2020-12-25) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **map.jinja:** update EL6 URLs (\ `7a87d42 `_\ ) + `1.15.4 `_ (2020-12-25) ---------------------------------------------------------------------------------------------------------