diff --git a/CHANGELOG.md b/CHANGELOG.md index a87c7735..bce95ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.23.0](https://github.com/Automattic/newspack-popups/compare/v1.22.2...v1.23.0) (2021-01-28) + + +### Features + +* add donor landing page setting ([#408](https://github.com/Automattic/newspack-popups/issues/408)) ([a3be6ca](https://github.com/Automattic/newspack-popups/commit/a3be6caacf51f464c904aa42e8d6b61da17daf5e)) +* **segmentation:** handle referrer exclusion segmentation ([#415](https://github.com/Automattic/newspack-popups/issues/415)) ([011e0eb](https://github.com/Automattic/newspack-popups/commit/011e0eb3fc629ed907bccd3da38eed9e99a42b41)), closes [#386](https://github.com/Automattic/newspack-popups/issues/386) + ## [1.22.2](https://github.com/Automattic/newspack-popups/compare/v1.22.1...v1.22.2) (2021-01-22) diff --git a/newspack-popups.php b/newspack-popups.php index 3a78746c..60312de2 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.blog * Text Domain: newspack-popups * Domain Path: /languages - * Version: 1.22.2 + * Version: 1.23.0 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index bb9f170e..e8950103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.22.2", + "version": "1.23.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c29056dc..bd079471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.22.2", + "version": "1.23.0", "main": "Gruntfile.js", "author": "YOUR NAME HERE", "devDependencies": {