diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25e612d..6dc9ab0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Nothing yet.
+## [3.1.1] - 2017-11-29
+### Changed
+- Rename PHPCS config file, since PHP_CodeSniffer 3.1 minimum is required.
+
+### Fixed
+- Check and deactivate correctly if PHP requirement not met.
+
## [3.1.0] - 2017-11-28
### Added
- `Requires PHP` header to `readme.txt`.
@@ -79,7 +86,8 @@ Nothing yet.
[Tim Jensen]: https://github.com/timothyjensen
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js
-[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.0...HEAD
+[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...HEAD
+[3.1.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.1.1
[3.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...3.0.0
diff --git a/genesis-js-no-js.php b/genesis-js-no-js.php
index 678ec09..aaa8d72 100644
--- a/genesis-js-no-js.php
+++ b/genesis-js-no-js.php
@@ -20,7 +20,7 @@
* Plugin Name: Genesis JS / No JS
* Plugin URI: https://github.com/GaryJones/genesis-js-no-js
* Description: For child themes of the Genesis Framework. Adds a no-js
body class to the front end, and a script on genesis_before
which immediately changes the class to js
if JavaScript is enabled. This is how WP does things on the back end, to allow differing styles for elements if JavaScript is active or not.
- * Version: 3.1.0
+ * Version: 3.1.1
* Author: Gary Jones
* Author URI: https://gamajo.com
* Text Domain: genesis-js-no-js
diff --git a/readme.txt b/readme.txt
index 918e482..a431953 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,7 +5,7 @@ Tags: genesis, js-no-js
Requires at least: 4.6
Tested up to: 4.9.0
Requires PHP: 7.0
-Stable tag: 3.1.0
+Stable tag: 3.1.1
Make front end styling easier for child themes on the Genesis Framework based on whether JavaScript is enabled or not.