diff --git a/.version b/.version index be386c9..85e60ed 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.33.0 +0.34.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d0d31..e52208c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.33.0...v) (2025-02-16) + + +### Features + +* add LDAP group membership attribute ([#236](https://github.com/pocket-id/pocket-id/issues/236)) ([39b46e9](https://github.com/pocket-id/pocket-id/commit/39b46e99a9b930ea39cf640c3080530cfff5be6e)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.32.0...v) (2025-02-14) diff --git a/frontend/package.json b/frontend/package.json index e6c89c8..51188fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.33.0", + "version": "0.34.0", "private": true, "type": "module", "scripts": {