diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca5f02ed..989f1864 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,26 +1,13 @@
+## 0.2.37 (2022-07-05)
+
+* Added missing binding for block rewind (#154) ([aaa1358](https://github.com/block-core/blockcore-indexer/commit/aaa1358)), closes [#154](https://github.com/block-core/blockcore-indexer/issues/154)
+
+
+
## 0.2.36 (2022-07-04)
-* Added endpoint that lists tokens for an owner address ([53c05c4](https://github.com/block-core/blockcore-indexer/commit/53c05c4))
-* Added rewind logic for smart contracts ([83f5b28](https://github.com/block-core/blockcore-indexer/commit/83f5b28))
-* Changed the assets endpoint to get data from the tokens table ([00e539f](https://github.com/block-core/blockcore-indexer/commit/00e539f))
-* Changed tokens to another table and fixing of debug issues - not complete ([8129f16](https://github.com/block-core/blockcore-indexer/commit/8129f16))
-* Deleted commented code ([2e9d14e](https://github.com/block-core/blockcore-indexer/commit/2e9d14e))
-* Deleted explicit code for NFT token (all is in the generic service now) ([3e1a66d](https://github.com/block-core/blockcore-indexer/commit/3e1a66d))
-* First step of changing smart contract saving of tokens to another document ([9847887](https://github.com/block-core/blockcore-indexer/commit/9847887))
-* Fix for change in the NFT store smart contract ([b7f8b5e](https://github.com/block-core/blockcore-indexer/commit/b7f8b5e))
-* Fixed API endpoints ([1cd1669](https://github.com/block-core/blockcore-indexer/commit/1cd1669))
-* Fixed error message and added delay time ([b0dac91](https://github.com/block-core/blockcore-indexer/commit/b0dac91))
-* Fixed issue with lookup ([5ffb39e](https://github.com/block-core/blockcore-indexer/commit/5ffb39e))
-* Fixed issued with the auction events ([6a53f72](https://github.com/block-core/blockcore-indexer/commit/6a53f72))
-* Fixed login on generic service to support NFT as well. ([45aab22](https://github.com/block-core/blockcore-indexer/commit/45aab22))
-* Fixed standard contract to work with split tables ([0568234](https://github.com/block-core/blockcore-indexer/commit/0568234))
-* Fixed the Dao smart contract to work with split tables ([eedf6a8](https://github.com/block-core/blockcore-indexer/commit/eedf6a8))
-* Fixed the logic in the runner to update smart contracts periodically ([270d8dc](https://github.com/block-core/blockcore-indexer/commit/270d8dc))
-* Fixed the OnSale event updating ([f137dc5](https://github.com/block-core/blockcore-indexer/commit/f137dc5))
-* Fixed token filter by id endpoint ([7c922f0](https://github.com/block-core/blockcore-indexer/commit/7c922f0))
-* Minor changes after PR ([bab404d](https://github.com/block-core/blockcore-indexer/commit/bab404d))
-* Moved all smart contracts to one table ([40e843d](https://github.com/block-core/blockcore-indexer/commit/40e843d))
-* Renamed methods ([84a3df6](https://github.com/block-core/blockcore-indexer/commit/84a3df6))
+* Changed smart contracts to be seperate token and contract (#153) ([312c206](https://github.com/block-core/blockcore-indexer/commit/312c206)), closes [#153](https://github.com/block-core/blockcore-indexer/issues/153)
+* Updated version ([0acf070](https://github.com/block-core/blockcore-indexer/commit/0acf070))
* Updated version ([f62dc87](https://github.com/block-core/blockcore-indexer/commit/f62dc87))
diff --git a/package.json b/package.json
index 87dd4cd9..423880b4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "blockcoreindexer",
- "version": "0.2.36",
+ "version": "0.2.37",
"license": "MIT",
"author": {
"name": "Blockcore",
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 14fe6814..ba9e583e 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -1,6 +1,6 @@
- 0.2.36
+ 0.2.37
net6.0
Blockcore
MIT