From 9b77e8b7c176fcf33b5fbee2f0226f46a99092e7 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 8 Feb 2025 18:19:11 +0100 Subject: [PATCH] release: 0.30.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ frontend/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index ae6dd4e..c25c8e5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.29.0 +0.30.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4c388..ca2458e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.29.0...v) (2025-02-08) + + +### Features + +* add custom ldap search filters ([#216](https://github.com/pocket-id/pocket-id/issues/216)) ([626f87d](https://github.com/pocket-id/pocket-id/commit/626f87d59211f4129098b91dc1d020edb4aca692)) +* update host configuration to allow external access ([#218](https://github.com/pocket-id/pocket-id/issues/218)) ([bea1158](https://github.com/pocket-id/pocket-id/commit/bea115866fd8e4b15d3281c422d2fb72312758b1)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.28.1...v) (2025-02-05) diff --git a/frontend/package.json b/frontend/package.json index f77c294..f9886d0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.29.0", + "version": "0.30.0", "private": true, "type": "module", "scripts": {