diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9943f71..4cf5c56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## [Unreleased]
+_Nothing yet._
+
+## [2.1.0] - 2016-08-08
+
* Load plugin text domain.
* Add `composer.json`.
* Better [change log format][changelogformat].
@@ -13,15 +17,17 @@
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
* Update documentation.
-## 1.0.1 - 2011-06-02
+## [1.0.1] - 2011-06-02
-* Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props [Josh Stauffer](http://twitter.com/joshstauffer))
+* Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props [Josh Stauffer])
## 1.0.0 - 2011-05-24
* Initial release.
-[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...HEAD
+[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...HEAD
+[2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.0...1.0.1
[changelogformat]: https://github.com/olivierlacan/keep-a-changelog#is-there-a-standard-change-log-format
+[Josh Stauffer]: http://twitter.com/joshstauffer
diff --git a/genesis-js-no-js.php b/genesis-js-no-js.php
index ff85715..a868fbe 100644
--- a/genesis-js-no-js.php
+++ b/genesis-js-no-js.php
@@ -18,7 +18,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: 2.0.0
+ * Version: 2.1.0
* Author: Gary Jones
* Author URI: http://gamajo.com/
* Text Domain: genesis-js-no-js
diff --git a/readme.txt b/readme.txt
index 80bc9bc..95d67cc 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: http://code.garyjones.co.uk/donate/
Tags: genesis, js-no-js
Requires at least: 3.0
Tested up to: 4.6.0
-Stable tag: 2.0.0
+Stable tag: 2.1.0
Make front-end styling easier for child themes on the Genesis Framework based on whether JavaScript is enabled or not.
@@ -42,6 +42,12 @@ Doing it immediately also reduces a flash of incorrectly styled content, as the
== Changelog ==
+= 2.1.0 =
+* Load plugin text domain.
+* Add `composer.json`.
+* Better change log format.
+* Tweak documentation.
+
= 2.0.0 =
* GitHub Updater plugin support
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
@@ -55,6 +61,9 @@ Doing it immediately also reduces a flash of incorrectly styled content, as the
== Upgrade Notice ==
+= 2.1.0 =
+Load plugin text domain.
+
= 2.0.0 =
Update to add GitHub Updater plugin support.