diff --git a/AUTHORS.md b/AUTHORS.md
index 55e7aee..21eca0e 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
:-:|---|:-:
-|[@aboe76](https://github.com/aboe76)|98
+|[@aboe76](https://github.com/aboe76)|99
|[@gravyboat](https://github.com/gravyboat)|71
-|[@myii](https://github.com/myii)|62
+|[@myii](https://github.com/myii)|66
|[@nmadhok](https://github.com/nmadhok)|54
|[@iggy](https://github.com/iggy)|22
|[@puneetk](https://github.com/puneetk)|21
@@ -32,11 +32,11 @@ Avatar|Contributor|Contributions
|[@EvaSDK](https://github.com/EvaSDK)|4
|[@jbouse](https://github.com/jbouse)|4
|[@tampakrap](https://github.com/tampakrap)|4
+|[@MSeven](https://github.com/MSeven)|4
|[@dafyddj](https://github.com/dafyddj)|3
|[@jcftang](https://github.com/jcftang)|3
|[@johtso](https://github.com/johtso)|3
|[@kev009](https://github.com/kev009)|3
-|[@MSeven](https://github.com/MSeven)|3
|[@excavador](https://github.com/excavador)|3
|[@vquiering](https://github.com/vquiering)|3
|[@smlloyd](https://github.com/smlloyd)|3
@@ -101,9 +101,10 @@ Avatar|Contributor|Contributions
|[@jpic](https://github.com/jpic)|1
|[@kabakaev](https://github.com/kabakaev)|1
|[@mechleg](https://github.com/mechleg)|1
+|[@sticky-note](https://github.com/sticky-note)|1
|[@ze42](https://github.com/ze42)|1
|[@bersace](https://github.com/bersace)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-03.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-16.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f9fc93..a2ba0d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+# [1.0.0](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.9...v1.0.0) (2019-12-16)
+
+
+### Continuous Integration
+
+* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([fdc60ae](https://github.com/saltstack-formulas/salt-formula/commit/fdc60aed86c4b5d016aff0745584d89f614208fc))
+
+
+### Features
+
+* **per-formula-opts:** configure git.latest state per formula ([82c840d](https://github.com/saltstack-formulas/salt-formula/commit/82c840d6f96f69223c0df4b8463a072613a9d2df))
+* **per-formula-opts:** configure git.latest state per formula ([9362277](https://github.com/saltstack-formulas/salt-formula/commit/9362277f2a61762b818dc775b30f15f93733efd5))
+
+
+### BREAKING CHANGES
+
+* **per-formula-opts:** Potential adverse affect on running `salt.formulas` with multiple envs
+
## [0.59.9](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.8...v0.59.9) (2019-12-03)
diff --git a/FORMULA b/FORMULA
index 160c0ce..bd0b9ae 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: salt
os: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows
os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows
-version: 0.59.9
+version: 1.0.0
release: 1
minimum_version: 2015.8
summary: Formula for install Saltstack
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 4725786..2963325 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:``
- `@aboe76 `_
- - 98
+ - 99
* - :raw-html-m2r:``
- `@gravyboat `_
- 71
* - :raw-html-m2r:``
- `@myii `_
- - 62
+ - 66
* - :raw-html-m2r:``
- `@nmadhok `_
- 54
@@ -97,6 +97,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@tampakrap `_
- 4
+ * - :raw-html-m2r:``
+ - `@MSeven `_
+ - 4
* - :raw-html-m2r:``
- `@dafyddj `_
- 3
@@ -109,9 +112,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@kev009 `_
- 3
- * - :raw-html-m2r:``
- - `@MSeven `_
- - 3
* - :raw-html-m2r:``
- `@excavador `_
- 3
@@ -304,6 +304,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@mechleg `_
- 1
+ * - :raw-html-m2r:``
+ - `@sticky-note `_
+ - 1
* - :raw-html-m2r:``
- `@ze42 `_
- 1
@@ -314,4 +317,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-12-03.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-12-16.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index b48b96f..ab79308 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,28 @@
Changelog
=========
+`1.0.0 `_ (2019-12-16)
+-------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `fdc60ae `_\ )
+
+Features
+^^^^^^^^
+
+
+* **per-formula-opts:** configure git.latest state per formula (\ `82c840d `_\ )
+* **per-formula-opts:** configure git.latest state per formula (\ `9362277 `_\ )
+
+BREAKING CHANGES
+^^^^^^^^^^^^^^^^
+
+
+* **per-formula-opts:** Potential adverse affect on running ``salt.formulas`` with multiple envs
+
`0.59.9 `_ (2019-12-03)
---------------------------------------------------------------------------------------------------------