diff --git a/AUTHORS.md b/AUTHORS.md index f76cbc4..001fa6c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|44 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|23 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|24 @martinhoefling|[@martinhoefling](https://github.com/martinhoefling)|16 @fortunejuggle|[@fortunejuggle](https://github.com/fortunejuggle)|13 @aboe76|[@aboe76](https://github.com/aboe76)|11 @@ -33,7 +33,8 @@ Avatar|Contributor|Contributions @waynew|[@waynew](https://github.com/waynew)|1 @babilen5|[@babilen5](https://github.com/babilen5)|1 @moebiuseye|[@moebiuseye](https://github.com/moebiuseye)|1 +@sticky-note|[@sticky-note](https://github.com/sticky-note)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-29. diff --git a/CHANGELOG.md b/CHANGELOG.md index db50af2..31e4fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.0.0...v1.1.0) (2020-07-29) + + +### Features + +* **map:** add FreeBSD support for certbot ([911a443](https://github.com/saltstack-formulas/letsencrypt-formula/commit/911a443070d601f30a0b43e6dc258fd00a7d70cb)) + # [1.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v0.20.2...v1.0.0) (2020-07-23) diff --git a/FORMULA b/FORMULA index b497590..f146c10 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: letsencrypt os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.0.0 +version: 1.1.0 release: 1 minimum_version: 2017.7 summary: letsencrypt formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8bd8f84..eea6d79 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 44 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 23 + - 24 * - :raw-html-m2r:`@martinhoefling` - `@martinhoefling `_ - 16 @@ -100,8 +100,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@moebiuseye` - `@moebiuseye `_ - 1 + * - :raw-html-m2r:`@sticky-note` + - `@sticky-note `_ + - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-29. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8f910d4..42f566b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.0 `_ (2020-07-29) +------------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **map:** add FreeBSD support for certbot (\ `911a443 `_\ ) + `1.0.0 `_ (2020-07-23) --------------------------------------------------------------------------------------------------------------