diff --git a/AUTHORS.md b/AUTHORS.md
index 2fd3855..91eaa6c 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,13 +5,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@javierbertoli](https://github.com/javierbertoli)|26
+|[@myii](https://github.com/myii)|19
|[@gravyboat](https://github.com/gravyboat)|12
|[@bmcclure](https://github.com/bmcclure)|8
-|[@myii](https://github.com/myii)|8
|[@arthurlogilab](https://github.com/arthurlogilab)|7
+|[@aboe76](https://github.com/aboe76)|7
|[@nmadhok](https://github.com/nmadhok)|7
|[@boltronics](https://github.com/boltronics)|5
-|[@aboe76](https://github.com/aboe76)|5
|[@jdkelleher](https://github.com/jdkelleher)|5
|[@westurner](https://github.com/westurner)|4
|[@daschatten](https://github.com/daschatten)|4
@@ -22,7 +22,8 @@ Avatar|Contributor|Contributions
|[@rpatterson](https://github.com/rpatterson)|1
|[@simonclausen](https://github.com/simonclausen)|1
|[@babilen5](https://github.com/babilen5)|1
+|[@daks](https://github.com/daks)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-07.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-09.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2d9956..ac0387d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [0.9.1](https://github.com/saltstack-formulas/apt-formula/compare/v0.9.0...v0.9.1) (2019-10-09)
+
+
+### Bug Fixes
+
+* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/apt-formula/commit/67de777))
+* **rubocop:** fix remaining errors manually ([](https://github.com/saltstack-formulas/apt-formula/commit/62d20bc))
+
+
+### Continuous Integration
+
+* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/apt-formula/commit/78a2a91))
+* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/apt-formula/commit/04847bb))
+* **travis:** use `dist: bionic` ([](https://github.com/saltstack-formulas/apt-formula/commit/2ca242a))
+* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/apt-formula/commit/55212e0))
+* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/apt-formula/commit/b50ef71))
+
# [0.9.0](https://github.com/saltstack-formulas/apt-formula/compare/v0.8.1...v0.9.0) (2019-08-07)
diff --git a/FORMULA b/FORMULA
index 4028edf..bca4a2a 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: apt
os: Debian, Ubuntu, Raspbian
os_family: Debian
-version: 0.9.0
+version: 0.9.1
release: 1
minimum_version: 2017.7
summary: Apt formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index eef6b8c..f489c83 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -16,27 +16,27 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@javierbertoli `_
- 26
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 19
* - :raw-html-m2r:``
- `@gravyboat `_
- 12
* - :raw-html-m2r:``
- `@bmcclure `_
- 8
- * - :raw-html-m2r:``
- - `@myii `_
- - 8
* - :raw-html-m2r:``
- `@arthurlogilab `_
- 7
+ * - :raw-html-m2r:``
+ - `@aboe76 `_
+ - 7
* - :raw-html-m2r:``
- `@nmadhok `_
- 7
* - :raw-html-m2r:``
- `@boltronics `_
- 5
- * - :raw-html-m2r:``
- - `@aboe76 `_
- - 5
* - :raw-html-m2r:``
- `@jdkelleher `_
- 5
@@ -67,8 +67,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@babilen5 `_
- 1
+ * - :raw-html-m2r:``
+ - `@daks `_
+ - 1
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-07.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-09.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 21cfab1..0321dc9 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,26 @@
Changelog
=========
+`0.9.1 `_ (2019-10-09)
+-----------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` `_\ )
+* **rubocop:** fix remaining errors manually (\ ` `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ )
+* **kitchen+travis:** replace EOL pre-salted images (\ ` `_\ )
+* **travis:** use ``dist: bionic`` (\ ` `_\ )
+* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ )
+* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ )
+
`0.9.0 `_ (2019-08-07)
-----------------------------------------------------------------------------------------------------