diff --git a/AUTHORS.md b/AUTHORS.md
index 49ea0e6..5ef2706 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|116
+|[@myii](https://github.com/myii)|122
|[@aboe76](https://github.com/aboe76)|100
|[@gravyboat](https://github.com/gravyboat)|71
|[@nmadhok](https://github.com/nmadhok)|54
@@ -20,6 +20,7 @@ Avatar|Contributor|Contributions
|[@babilen5](https://github.com/babilen5)|8
|[@UtahDave](https://github.com/UtahDave)|8
|[@colin-stubbs](https://github.com/colin-stubbs)|7
+|[@dafyddj](https://github.com/dafyddj)|7
|[@techhat](https://github.com/techhat)|7
|[@bradthurber](https://github.com/bradthurber)|6
|[@fizmat](https://github.com/fizmat)|6
@@ -33,7 +34,6 @@ Avatar|Contributor|Contributions
|[@jbouse](https://github.com/jbouse)|4
|[@tampakrap](https://github.com/tampakrap)|4
|[@MSeven](https://github.com/MSeven)|4
-|[@dafyddj](https://github.com/dafyddj)|3
|[@pprkut](https://github.com/pprkut)|3
|[@jcftang](https://github.com/jcftang)|3
|[@johtso](https://github.com/johtso)|3
@@ -109,4 +109,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-23.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-28.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5423c0..4e6eded 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [1.4.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.4...v1.4.5) (2020-06-28)
+
+
+### Bug Fixes
+
+* **windows:** `py2` should still be default like other platforms ([62f6d39](https://github.com/saltstack-formulas/salt-formula/commit/62f6d39d63cc2e5c134571e20518f7da8c17e09e))
+
+
+### Continuous Integration
+
+* **github:** add Windows testing using Actions ([1eca9c7](https://github.com/saltstack-formulas/salt-formula/commit/1eca9c75519d9ad97dc6526fa83a56477da16579))
+
+
+### Tests
+
+* **windows:** add local testing of Windows using Vagrant/Virtualbox ([0465af7](https://github.com/saltstack-formulas/salt-formula/commit/0465af72dac6d8609f918ce32796c91157422358))
+
## [1.4.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.3...v1.4.4) (2020-06-23)
diff --git a/FORMULA b/FORMULA
index 8bef717..999627f 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: salt
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Oracle, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, FreeBSD, OpenBSD, Windows
os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows
-version: 1.4.4
+version: 1.4.5
release: 1
minimum_version: 2015.8
summary: Formula for install Saltstack
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 015cfe0..c30d63b 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:``
- `@myii `_
- - 116
+ - 122
* - :raw-html-m2r:``
- `@aboe76 `_
- 100
@@ -61,6 +61,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@colin-stubbs `_
- 7
+ * - :raw-html-m2r:``
+ - `@dafyddj `_
+ - 7
* - :raw-html-m2r:``
- `@techhat `_
- 7
@@ -100,9 +103,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@MSeven `_
- 4
- * - :raw-html-m2r:``
- - `@dafyddj `_
- - 3
* - :raw-html-m2r:``
- `@pprkut `_
- 3
@@ -323,4 +323,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 2020-06-23.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-28.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 854a207..bb99020 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,27 @@
Changelog
=========
+`1.4.5 `_ (2020-06-28)
+------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **windows:** ``py2`` should still be default like other platforms (\ `62f6d39 `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **github:** add Windows testing using Actions (\ `1eca9c7 `_\ )
+
+Tests
+^^^^^
+
+
+* **windows:** add local testing of Windows using Vagrant/Virtualbox (\ `0465af7 `_\ )
+
`1.4.4 `_ (2020-06-23)
------------------------------------------------------------------------------------------------------