Skip to content

Commit 7bef905

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/24268370164 Upstream-Ref: Automattic/jetpack@90b8835
1 parent 142338e commit 7bef905

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.8.2] - 2026-04-10
129
### Changed
13-
- Update dependencies.
10+
- Update dependencies. [#48049]
1411

1512
## [0.8.1] - 2026-04-09
1613
### Changed
@@ -158,7 +155,7 @@ This is an alpha version! The changes listed here are not final.
158155
### Changed
159156
- Update package dependencies. [#46143]
160157

161-
[0.8.2-alpha]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.1...v0.8.2-alpha
158+
[0.8.2]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.1...v0.8.2
162159
[0.8.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.0...v0.8.1
163160
[0.8.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.7.0...v0.8.0
164161
[0.7.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.2...v0.7.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-newsletter",
3-
"version": "0.8.2-alpha",
3+
"version": "0.8.2",
44
"private": true,
55
"description": "Jetpack Newsletter functionality",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme",

src/class-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class Settings {
2323

24-
const PACKAGE_VERSION = '0.8.2-alpha';
24+
const PACKAGE_VERSION = '0.8.2';
2525
/**
2626
* Whether the class has been initialized
2727
*

0 commit comments

Comments
 (0)