diff --git a/AUTHORS.md b/AUTHORS.md
index 83034a0..306e8f3 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@dafyddj](https://github.com/dafyddj)|23
-|[@myoung34](https://github.com/myoung34)|23
-|[@rbjorklin](https://github.com/rbjorklin)|14
+|[@dafyddj](https://github.com/dafyddj)|29
+|[@myoung34](https://github.com/myoung34)|24
+|[@rbjorklin](https://github.com/rbjorklin)|15
|[@n-rodriguez](https://github.com/n-rodriguez)|9
|[@avanier](https://github.com/avanier)|8
-|[@myii](https://github.com/myii)|4
+|[@myii](https://github.com/myii)|5
|[@johnkeates](https://github.com/johnkeates)|3
|[@MatthiasKuehneEllerhold](https://github.com/MatthiasKuehneEllerhold)|3
|[@javierbertoli](https://github.com/javierbertoli)|2
@@ -18,4 +18,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-24.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-10.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b300967..7191175 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,33 @@
# Changelog
+# [1.1.0](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.6...v1.1.0) (2019-07-10)
+
+
+### Bug Fixes
+
+* **package:** explicitly require package providing setcap ([d476700](https://github.com/saltstack-formulas/vault-formula/commit/d476700))
+* **user:** handle removal of `gid_from_name` in Salt develop branch ([dee3748](https://github.com/saltstack-formulas/vault-formula/commit/dee3748)), closes [saltstack/salt#48640](https://github.com/saltstack/salt/issues/48640)
+
+
+### Code Refactoring
+
+* **defaults:** place common values in defaults.yaml ([3656e31](https://github.com/saltstack-formulas/vault-formula/commit/3656e31))
+
+
+### Continuous Integration
+
+* **kitchen+travis:** bring into line with `template-formula` ([34f05bd](https://github.com/saltstack-formulas/vault-formula/commit/34f05bd))
+
+
+### Features
+
+* add support for openSUSE ([76b8ac3](https://github.com/saltstack-formulas/vault-formula/commit/76b8ac3))
+
+
+### Tests
+
+* **user+group:** test for vault user/group existence ([ff5cdf9](https://github.com/saltstack-formulas/vault-formula/commit/ff5cdf9))
+
## [1.0.6](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.5...v1.0.6) (2019-06-24)
diff --git a/FORMULA b/FORMULA
index f0eeeb2..529b35a 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: vault
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Amazon, SUSE
os_family: Debian, RedHat, Suse
-version: 1.0.6
+version: 1.1.0
release: 1
minimum_version: 2017.7
summary: Vault formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index e6c8bba..6a2cde6 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:``
- `@dafyddj `_
- - 23
+ - 29
* - :raw-html-m2r:``
- `@myoung34 `_
- - 23
+ - 24
* - :raw-html-m2r:``
- `@rbjorklin `_
- - 14
+ - 15
* - :raw-html-m2r:``
- `@n-rodriguez `_
- 9
@@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 8
* - :raw-html-m2r:``
- `@myii `_
- - 4
+ - 5
* - :raw-html-m2r:``
- `@johnkeates `_
- 3
@@ -50,4 +50,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-24.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-10.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 88ef52b..014e421 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,40 @@
Changelog
=========
+`1.1.0 `_ (2019-07-10)
+-------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **package:** explicitly require package providing setcap (\ `d476700 `_\ )
+* **user:** handle removal of ``gid_from_name`` in Salt develop branch (\ `dee3748 `_\ ), closes `saltstack/salt#48640 `_
+
+Code Refactoring
+^^^^^^^^^^^^^^^^
+
+
+* **defaults:** place common values in defaults.yaml (\ `3656e31 `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen+travis:** bring into line with ``template-formula`` (\ `34f05bd `_\ )
+
+Features
+^^^^^^^^
+
+
+* add support for openSUSE (\ `76b8ac3 `_\ )
+
+Tests
+^^^^^
+
+
+* **user+group:** test for vault user/group existence (\ `ff5cdf9 `_\ )
+
`1.0.6 `_ (2019-06-24)
-------------------------------------------------------------------------------------------------------