diff --git a/CHANGELOG.md b/CHANGELOG.md
index 914efcd44..364c139a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+
+## [2.4.2](https://github.com/lingui/js-lingui/compare/v2.4.1...v2.4.2) (2018-08-19)
+
+### Bug Fixes
+
+* `lingui init` - add missing command ([#270](https://github.com/lingui/js-lingui/issues/270))
+
## [2.4.1](https://github.com/lingui/js-lingui/compare/v2.4.0...v2.4.1) (2018-08-10)
diff --git a/package.json b/package.json
index eb976636a..c55695645 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "2.4.1",
+ "version": "2.4.2",
"author": {
"name": "Tomáš Ehrlich",
"email": "tomas.ehrlich@gmail.com"