From a183832400d590f457d4496b0633740bc7d71b04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Jan 2025 18:38:39 +0000 Subject: [PATCH] chore(release): 3.0.0-beta.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0-beta.3](https://github.com/hirosystems/ordhook/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2025-01-14) ### ⚠ BREAKING CHANGES * store inscription data in postgres instead of sqlite (#375) ### Code Refactoring * store inscription data in postgres instead of sqlite ([#375](https://github.com/hirosystems/ordhook/issues/375)) ([4afb201](https://github.com/hirosystems/ordhook/commit/4afb2010068770078c7d9fd2ab37533352379c15)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea16cf6f..461072a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.0.0-beta.3](https://github.com/hirosystems/ordhook/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2025-01-14) + + +### ⚠ BREAKING CHANGES + +* store inscription data in postgres instead of sqlite (#375) + +### Code Refactoring + +* store inscription data in postgres instead of sqlite ([#375](https://github.com/hirosystems/ordhook/issues/375)) ([4afb201](https://github.com/hirosystems/ordhook/commit/4afb2010068770078c7d9fd2ab37533352379c15)) + ## [3.0.0-beta.2](https://github.com/hirosystems/ordhook/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2024-09-24)