diff --git a/AUTHORS.md b/AUTHORS.md
index e5acaf4..8cca0d0 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)|38
+|[@myii](https://github.com/myii)|41
|[@aboe76](https://github.com/aboe76)|9
|[@kennydo](https://github.com/kennydo)|8
|[@gravyboat](https://github.com/gravyboat)|6
@@ -27,4 +27,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-11-27.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-10.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d9270c..9af4abd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [0.17.1](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.0...v0.17.1) (2020-01-10)
+
+
+### Bug Fixes
+
+* **pillar.example:** declare ignoreip (whitelist) in jail section (ng) ([00661cb](https://github.com/saltstack-formulas/fail2ban-formula/commit/00661cbca978e5b6344427bd688fcfae9789f3db))
+
+
+### Continuous Integration
+
+* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([4a10cd6](https://github.com/saltstack-formulas/fail2ban-formula/commit/4a10cd695764fb551aea91688625576dbb046ba9))
+* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([b4affad](https://github.com/saltstack-formulas/fail2ban-formula/commit/b4affadfd7f1227aea0dc96101e560553af12c8a))
+* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([d41fe3f](https://github.com/saltstack-formulas/fail2ban-formula/commit/d41fe3f2051e2f63dbae9cfd343103f5b3228dc0))
+
# [0.17.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.16.3...v0.17.0) (2019-11-27)
diff --git a/FORMULA b/FORMULA
index 8114f5d..0be747b 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: fail2ban
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
-version: 0.17.0
+version: 0.17.1
release: 1
minimum_version: 2016.11
summary: Fail2ban formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index d59cf31..116d76a 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 `_
- - 38
+ - 41
* - :raw-html-m2r:``
- `@aboe76 `_
- 9
@@ -77,4 +77,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-11-27.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-10.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index ec165e3..dfdd62f 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,23 @@
Changelog
=========
+`0.17.1 `_ (2020-01-10)
+-------------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **pillar.example:** declare ignoreip (whitelist) in jail section (ng) (\ `00661cb `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `4a10cd6 `_\ )
+* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `b4affad `_\ )
+* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `d41fe3f `_\ )
+
`0.17.0 `_ (2019-11-27)
-------------------------------------------------------------------------------------------------------------
diff --git a/docs/README.rst b/docs/README.rst
index 93ed501..155d069 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -31,7 +31,7 @@ fail2ban-formula
the final release tag before
`v1.0.0 `_,
which is expected to be
- `v0.17.0 `_.
+ `v0.17.1 `_.
If you are currently using ``fail2ban.ng``, there is nothing to do until
`v1.0.0 `_
diff --git a/fail2ban/deprecated.sls b/fail2ban/deprecated.sls
index 43a8cfd..0a3d850 100644
--- a/fail2ban/deprecated.sls
+++ b/fail2ban/deprecated.sls
@@ -19,7 +19,7 @@ fail2ban-deprecated-in-v1.0.0-test-succeed:
# to `fail2ban` in its place. #
# #
# If you are not in a position to migrate, you will need to pin your repo to #
- # the final release tag before `v1.0.0`, which is expected to be `v0.17.0`. #
+ # the final release tag before `v1.0.0`, which is expected to be `v0.17.1`. #
# #
# If you are currently using `fail2ban.ng`, there is nothing to do until #
# `v1.0.0` is released. #