diff --git a/AUTHORS.md b/AUTHORS.md
index 885a7ae9..8d2ae574 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)|4
+|[@myii](https://github.com/myii)|6
---
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 751b5193..27ad660d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+# [0.2.0](https://github.com/myii/ssf-formula/compare/v0.1.1...v0.2.0) (2019-08-03)
+
+
+### Bug Fixes
+
+* **defaults:** update commit message version in `semantic-release` run ([9382692](https://github.com/myii/ssf-formula/commit/9382692))
+
+
+### Features
+
+* **php:** update deprecation version number in `semantic-release` run ([8e2c546](https://github.com/myii/ssf-formula/commit/8e2c546)), closes [/github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613](https://github.com//github.com/saltstack-formulas/php-formula/pull/175/issues/issuecomment-517492613) [/github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898](https://github.com//github.com/saltstack-formulas/php-formula/pull/185/issues/issuecomment-517603898)
+
## [0.1.1](https://github.com/myii/ssf-formula/compare/v0.1.0...v0.1.1) (2019-08-03)
diff --git a/FORMULA b/FORMULA
index 8c5cfb1e..2d061502 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: ssf
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: 0.1.1
+version: 0.2.0
release: 1
minimum_version: 2017.7
summary: ssf formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index e83bb3c5..989a1e0c 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 `_
- - 4
+ - 6
----
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 5218b0ad..fa2b7d44 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,21 @@
Changelog
=========
+`0.2.0 `_ (2019-08-03)
+---------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **defaults:** update commit message version in ``semantic-release`` run (\ `9382692 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **php:** update deprecation version number in ``semantic-release`` run (\ `8e2c546 `_\ ), closes `/github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613 `_ `/github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898 `_
+
`0.1.1 `_ (2019-08-03)
---------------------------------------------------------------------------------------
diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml
index 93f2e230..0941a5da 100644
--- a/ssf/defaults.yaml
+++ b/ssf/defaults.yaml
@@ -14,7 +14,7 @@ ssf_node_anchors:
# via. `pre-commit_semantic-release.sh`
# An alternative method could be to use: `git describe --abbrev=0 --tags`
title: 'chore: use `semantic-release` cross-formula standard structure'
- body: '* Automated using `ssf-formula` (0.1.1)'
+ body: '* Automated using `ssf-formula` (0.2.0)'
github:
owner: saltstack-formulas
repo: ''