diff --git a/AUTHORS.md b/AUTHORS.md index 704658d..7526d62 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 :-:|---|:-: +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 @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-05-06. +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 281b1df..c032167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/grafana-formula/compare/v1.0.0...v1.1.0) (2019-06-05) + + +### Features + +* **macos:** basic package and group handling ([bda2a7c](https://github.com/saltstack-formulas/grafana-formula/commit/bda2a7c)) + # 1.0.0 (2019-05-06) diff --git a/FORMULA b/FORMULA index 70a1188..300f6cd 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: grafana os: FreeBSD os_family: FreeBSD -version: 1.0.0 +version: 1.1.0 release: 1 minimum_version: 2016.11 summary: Grafana formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 6cfbf8d..6140510 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,6 +13,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 2 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 1 @@ -20,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-05-06. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6d7f2ff..5ebe673 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.0 `_ (2019-06-05) +--------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **macos:** basic package and group handling (\ `bda2a7c `_\ ) + 1.0.0 (2019-05-06) ------------------