Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0-beta.1](v2.2.5...v3.0.0-beta.1) (2024-09-20)

### ⚠ BREAKING CHANGES

* support brc20 activity on scan blocks command (#350)
* keep original deployed ticker for brc20 tokens (#349)

### Features

* add prometheus monitoring ([#356](#356)) ([f35e1d0](f35e1d0))
* keep original deployed ticker for brc20 tokens ([#349](#349)) ([39774a9](39774a9))
* support a separate storage directory for observers.sqlite ([#354](#354)) ([7a65fdf](7a65fdf))
* support brc20 activity on scan blocks command ([#350](#350)) ([caacff7](caacff7))
* wait for bitcoind to be at chain tip before starting service ([#364](#364)) ([d4b67bb](d4b67bb))

### Bug Fixes

* also check config when looking for brc20 db connection ([#347](#347)) ([d80388b](d80388b))
* only create brc-20 db connection and cache if required ([#357](#357)) ([5692426](5692426))
  • Loading branch information
semantic-release-bot committed Sep 20, 2024
1 parent 721b68b commit ef9725b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [3.0.0-beta.1](https://github.com/hirosystems/ordhook/compare/v2.2.5...v3.0.0-beta.1) (2024-09-20)


### ⚠ BREAKING CHANGES

* support brc20 activity on scan blocks command (#350)
* keep original deployed ticker for brc20 tokens (#349)

### Features

* add prometheus monitoring ([#356](https://github.com/hirosystems/ordhook/issues/356)) ([f35e1d0](https://github.com/hirosystems/ordhook/commit/f35e1d00e7940e31abcb8439b5b12a43be5023ea))
* keep original deployed ticker for brc20 tokens ([#349](https://github.com/hirosystems/ordhook/issues/349)) ([39774a9](https://github.com/hirosystems/ordhook/commit/39774a9f867d79932826f9d50d271ee1bf45c13d))
* support a separate storage directory for observers.sqlite ([#354](https://github.com/hirosystems/ordhook/issues/354)) ([7a65fdf](https://github.com/hirosystems/ordhook/commit/7a65fdf10728b7701cbcf7b83db92ec74d13535a))
* support brc20 activity on scan blocks command ([#350](https://github.com/hirosystems/ordhook/issues/350)) ([caacff7](https://github.com/hirosystems/ordhook/commit/caacff7c4f3d148b37232e04030814fa3ce3b30b))
* wait for bitcoind to be at chain tip before starting service ([#364](https://github.com/hirosystems/ordhook/issues/364)) ([d4b67bb](https://github.com/hirosystems/ordhook/commit/d4b67bb6f6ee16bac2add119f477ba42da824a98))


### Bug Fixes

* also check config when looking for brc20 db connection ([#347](https://github.com/hirosystems/ordhook/issues/347)) ([d80388b](https://github.com/hirosystems/ordhook/commit/d80388b505255117963a53206e41987e34551aaf))
* only create brc-20 db connection and cache if required ([#357](https://github.com/hirosystems/ordhook/issues/357)) ([5692426](https://github.com/hirosystems/ordhook/commit/5692426e4b85dde1fd7aefd01dd7f25a4f969fad))

## [2.2.5](https://github.com/hirosystems/ordhook/compare/v2.2.4...v2.2.5) (2024-07-23)


Expand Down

0 comments on commit ef9725b

Please sign in to comment.