diff --git a/AUTHORS.md b/AUTHORS.md index 7526d62..698b8b0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|4 @alxwr|[@alxwr](https://github.com/alxwr)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-05. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-23. diff --git a/CHANGELOG.md b/CHANGELOG.md index c032167..02412fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/saltstack-formulas/grafana-formula/compare/v1.1.0...v1.1.1) (2019-06-23) + + +### Bug Fixes + +* **macos:** fix service name on macos ([f28d08b](https://github.com/saltstack-formulas/grafana-formula/commit/f28d08b)) + # [1.1.0](https://github.com/saltstack-formulas/grafana-formula/compare/v1.0.0...v1.1.0) (2019-06-05) diff --git a/FORMULA b/FORMULA index 300f6cd..b10a40f 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: grafana os: FreeBSD os_family: FreeBSD -version: 1.1.0 +version: 1.1.1 release: 1 minimum_version: 2016.11 summary: Grafana formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 6140510..cd36d7f 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 2 + - 4 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 1 @@ -23,4 +23,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-06-05. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5ebe673..7eaf12d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.1 `_ (2019-06-23) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **macos:** fix service name on macos (\ `f28d08b `_\ ) + `1.1.0 `_ (2019-06-05) ---------------------------------------------------------------------------------------------------------