Skip to content

Commit

Permalink
release: 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Jan 22, 2025
1 parent d02f475 commit 440a9f1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.0
0.27.0
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.26.0...v) (2025-01-22)


### Features

* display private IP ranges correctly in audit log ([#139](https://github.com/stonith404/pocket-id/issues/139)) ([72923bb](https://github.com/stonith404/pocket-id/commit/72923bb86dc5d07d56aea98cf03320667944b553))


### Bug Fixes

* add save changes dialog before sending test email ([#165](https://github.com/stonith404/pocket-id/issues/165)) ([d02f475](https://github.com/stonith404/pocket-id/commit/d02f4753f3fbda75cd415ebbfe0702765c38c144))
* ensure the downloaded GeoLite2 DB is not corrupted & prevent RW race condition ([#138](https://github.com/stonith404/pocket-id/issues/138)) ([f7710f2](https://github.com/stonith404/pocket-id/commit/f7710f298898d322885c1c83680e26faaa0bb800))

## [](https://github.com/stonith404/pocket-id/compare/v0.25.1...v) (2025-01-20)


Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.26.0",
"version": "0.27.0",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",
Expand Down

0 comments on commit 440a9f1

Please sign in to comment.