diff --git a/changelog.txt b/changelog.txt index 75cedd023..8498cf248 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ # WP Job Manager +## 2.1.0 - 2023-11-17 +* Fix: Remove public update endpoint and add nonce check (#2642) + ## 2.0.0 - 2023-11-17 * Enhancement: Improve settings descriptions (#2639) * Enhancement: Add directApply in Google job schema (#2635) diff --git a/readme.txt b/readme.txt index d6486d7f8..6a9eb1925 100644 --- a/readme.txt +++ b/readme.txt @@ -147,6 +147,9 @@ You can view (and contribute) translations via the [translate.wordpress.org](htt == Changelog == +### 2.1.0 - 2023-11-17 +* Fix: Remove public update endpoint and add nonce check (#2642) + ### 2.0.0 - 2023-11-17 * Enhancement: Improve settings descriptions (#2639) * Enhancement: Add directApply in Google job schema (#2635) @@ -198,6 +201,3 @@ For developers: ### 1.40.2 - 2023-05-26 * Revert: Hide expired job listings from archives -### 1.40.1 - 2023-05-12 -* Fix: Icons not displaying properly -