diff --git a/AUTHORS.md b/AUTHORS.md index ece26e3..f77485e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@alxwr|[@alxwr](https://github.com/alxwr)|6 +@alxwr|[@alxwr](https://github.com/alxwr)|7 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 --- -Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-04-30. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-05. diff --git a/CHANGELOG.md b/CHANGELOG.md index e85a301..f4c9859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.2.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v1.1.0...v1.2.0) (2019-06-05) + + +### Features + +* **macos:** basic package and group handling ([e6a8b0c](https://github.com/saltstack-formulas/prometheus-formula/commit/e6a8b0c)) + # [1.1.0](https://github.com/alxwr/prometheus-formula/compare/v1.0.0...v1.1.0) (2019-04-30) diff --git a/FORMULA b/FORMULA index c6d1f31..9a21df4 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: prometheus os: FreeBSD os_family: FreeBSD -version: 1.1.0 +version: 1.2.0 release: 1 minimum_version: 2016.11 summary: Prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ab3d39c..dc43ecb 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,9 +15,12 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - - 6 + - 7 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 2 ---- -Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-04-30. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 48e0dcc..ea0345c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.2.0 `_ (2019-06-05) +------------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **macos:** basic package and group handling (\ `e6a8b0c `_\ ) + `1.1.0 `_ (2019-04-30) -----------------------------------------------------------------------------------------------