Skip to content

Commit

Permalink
chore(release): 0.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.0-beta.1](hirosystems/ordinals-api@v0.0.1...v0.1.0-beta.1) (2023-03-03)

### Features

* /ordinals prefix ([38d6c6b](hirosystems/ordinals-api@38d6c6b))
* accept inscription number on endpoints ([952bf8e](hirosystems/ordinals-api@952bf8e))
* add rarity filter ([41f9207](hirosystems/ordinals-api@41f9207))
* btc indexer poc, update types and tables ([#7](hirosystems/ordinals-api#7)) ([6ff2bd9](hirosystems/ordinals-api@6ff2bd9))
* chain tip cache for index ([7019f98](hirosystems/ordinals-api@7019f98))
* consume inscription reveals from chainhook node ([#13](hirosystems/ordinals-api#13)) ([a99b4a4](hirosystems/ordinals-api@a99b4a4))
* filter by block hash ([ed73b78](hirosystems/ordinals-api@ed73b78))
* filter by coinbase block height range ([5698ebc](hirosystems/ordinals-api@5698ebc))
* filter by genesis block height range ([4f11c44](hirosystems/ordinals-api@4f11c44))
* filter by genesis timestamp range ([67a0e9e](hirosystems/ordinals-api@67a0e9e))
* filter by inscription number range ([f8453b6](hirosystems/ordinals-api@f8453b6))
* filter by mime type ([f0093c7](hirosystems/ordinals-api@f0093c7))
* filter by rarity array ([4037af3](hirosystems/ordinals-api@4037af3))
* filter by sat ordinal range ([377ebb0](hirosystems/ordinals-api@377ebb0))
* inscription cache control ([b9370d8](hirosystems/ordinals-api@b9370d8))
* inscriptions index with filters ([790cbf7](hirosystems/ordinals-api@790cbf7))
* order index by ordinal, height, rarity ([aba47af](hirosystems/ordinals-api@aba47af))
* return genesis_address ([ee1e4ea](hirosystems/ordinals-api@ee1e4ea))
* return genesis_timestamp ([d46eb0f](hirosystems/ordinals-api@d46eb0f))
* sat endpoint ([ff7608b](hirosystems/ordinals-api@ff7608b))
* shows inscription_id on sats ([1028a13](hirosystems/ordinals-api@1028a13))

### Bug Fixes

* add inscription number to responses ([d4d36c2](hirosystems/ordinals-api@d4d36c2))
* add vercel.json ([ae66a07](hirosystems/ordinals-api@ae66a07))
* allow max limit of 60 ([2391a75](hirosystems/ordinals-api@2391a75))
* buffers ([ae45e06](hirosystems/ordinals-api@ae45e06))
* complete sat ordinal data ([56389b5](hirosystems/ordinals-api@56389b5))
* env default values ([867fc63](hirosystems/ordinals-api@867fc63))
* inscription number filtering ([adb5cf6](hirosystems/ordinals-api@adb5cf6))
  • Loading branch information
g0drlc committed Mar 3, 2023
1 parent a3fed41 commit da79b66
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## [0.1.0-beta.1](https://github.com/hirosystems/ordinals-api/compare/v0.0.1...v0.1.0-beta.1) (2023-03-03)


### Features

* /ordinals prefix ([38d6c6b](https://github.com/hirosystems/ordinals-api/commit/38d6c6b6275c17e6039a5ac5c9e7724aeb80b5c9))
* accept inscription number on endpoints ([952bf8e](https://github.com/hirosystems/ordinals-api/commit/952bf8e8be7035f48a7252102a4c574e32e4f9ff))
* add rarity filter ([41f9207](https://github.com/hirosystems/ordinals-api/commit/41f92071be2beab390362140f075e248da630c19))
* btc indexer poc, update types and tables ([#7](https://github.com/hirosystems/ordinals-api/issues/7)) ([6ff2bd9](https://github.com/hirosystems/ordinals-api/commit/6ff2bd94c7a48a44764b505a9ea387f63cf798ff))
* chain tip cache for index ([7019f98](https://github.com/hirosystems/ordinals-api/commit/7019f985d99e2d9f9c40b4e593404bd443c14194))
* consume inscription reveals from chainhook node ([#13](https://github.com/hirosystems/ordinals-api/issues/13)) ([a99b4a4](https://github.com/hirosystems/ordinals-api/commit/a99b4a4a1f0ecb5d7a5c7ee38994abc30bc0e796))
* filter by block hash ([ed73b78](https://github.com/hirosystems/ordinals-api/commit/ed73b785746cee0d05b9b14bb89f468e2b586b7d))
* filter by coinbase block height range ([5698ebc](https://github.com/hirosystems/ordinals-api/commit/5698ebce90a253b3f2898fb1e0880c9969e932f6))
* filter by genesis block height range ([4f11c44](https://github.com/hirosystems/ordinals-api/commit/4f11c44eec973ef44c238687c8c16dd9c1fab0c7))
* filter by genesis timestamp range ([67a0e9e](https://github.com/hirosystems/ordinals-api/commit/67a0e9eb6ae3ee78d9428c4b2a344edc51619959))
* filter by inscription number range ([f8453b6](https://github.com/hirosystems/ordinals-api/commit/f8453b6a87ee1fce6f35d67d9e521bf3d69914f5))
* filter by mime type ([f0093c7](https://github.com/hirosystems/ordinals-api/commit/f0093c712512bc3157331152eb5acc31d2a400f9))
* filter by rarity array ([4037af3](https://github.com/hirosystems/ordinals-api/commit/4037af340f811439e1ad7b01c7b5edec47433849))
* filter by sat ordinal range ([377ebb0](https://github.com/hirosystems/ordinals-api/commit/377ebb028c694ddf30a4450c457fd4dc6f27aabb))
* inscription cache control ([b9370d8](https://github.com/hirosystems/ordinals-api/commit/b9370d8d2bb994351f7e3ad54ce6748b4f298f2b))
* inscriptions index with filters ([790cbf7](https://github.com/hirosystems/ordinals-api/commit/790cbf7d848a94224f15ab5dce64e5d1e48f5629))
* order index by ordinal, height, rarity ([aba47af](https://github.com/hirosystems/ordinals-api/commit/aba47af3ae36b6c1614112c189e471564a64b124))
* return genesis_address ([ee1e4ea](https://github.com/hirosystems/ordinals-api/commit/ee1e4ea1e082521cc041971e41614c6efefb9018))
* return genesis_timestamp ([d46eb0f](https://github.com/hirosystems/ordinals-api/commit/d46eb0fcae3fbc7edafb70db5e73bd60a1968438))
* sat endpoint ([ff7608b](https://github.com/hirosystems/ordinals-api/commit/ff7608b63a1cc5d9f16d732bd0e023e48b3c3c69))
* shows inscription_id on sats ([1028a13](https://github.com/hirosystems/ordinals-api/commit/1028a13628249c4c746c9f3ccf011d0f54be3d6c))


### Bug Fixes

* add inscription number to responses ([d4d36c2](https://github.com/hirosystems/ordinals-api/commit/d4d36c2409abfcc7fe33605fd50b9939590279d0))
* add vercel.json ([ae66a07](https://github.com/hirosystems/ordinals-api/commit/ae66a0728500ccec3351ace232040ad8e37208d5))
* allow max limit of 60 ([2391a75](https://github.com/hirosystems/ordinals-api/commit/2391a7537df6a8912081b98e8624d224c1976f6b))
* buffers ([ae45e06](https://github.com/hirosystems/ordinals-api/commit/ae45e06caa8a914fa1a29b73bc1f3021d2d42b9b))
* complete sat ordinal data ([56389b5](https://github.com/hirosystems/ordinals-api/commit/56389b5be589491be9f53d3f204cf478d456894b))
* env default values ([867fc63](https://github.com/hirosystems/ordinals-api/commit/867fc63764d167d048154da557f129228c100dae))
* inscription number filtering ([adb5cf6](https://github.com/hirosystems/ordinals-api/commit/adb5cf6155a724c229e008a23d6dad15091eaa9e))

0 comments on commit da79b66

Please sign in to comment.