diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac63b9b..d4015d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.26.0](https://github.com/Automattic/newspack-popups/compare/v2.25.0...v2.26.0) (2023-11-13) + + +### Features + +* segmentation criteria for subscriptions and memberships ([#1230](https://github.com/Automattic/newspack-popups/issues/1230)) ([bef21e0](https://github.com/Automattic/newspack-popups/commit/bef21e0babaf2590d28b75177e171397d68d4d4e)) + # [2.26.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.25.0...v2.26.0-alpha.1) (2023-10-31) diff --git a/newspack-popups.php b/newspack-popups.php index 187745c5..5429e8f6 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com * Text Domain: newspack-popups * Domain Path: /languages - * Version: 2.26.0-alpha.1 + * Version: 2.26.0 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 48c5d70e..403237db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.26.0-alpha.1", + "version": "2.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.26.0-alpha.1", + "version": "2.26.0", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index 70647496..05f16bc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.26.0-alpha.1", + "version": "2.26.0", "main": "Gruntfile.js", "author": "Automattic", "scripts": {