From 243424c3df2e2deec80d5f80f130b39ce6eb479a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 15:31:23 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] ## [1.2.0](https://github.com/hirosystems/stacks-devnet-api/compare/v1.1.0...v1.2.0) (2024-04-29) ### Features * track last request time for each user id ([#93](https://github.com/hirosystems/stacks-devnet-api/issues/93)) ([71e070e](https://github.com/hirosystems/stacks-devnet-api/commit/71e070e818cd2774deb3a01380d4cc399a061da3)) * upgrade to clarinet 2.6.0; remove `use_nakamoto` ([#94](https://github.com/hirosystems/stacks-devnet-api/issues/94)) ([9495b13](https://github.com/hirosystems/stacks-devnet-api/commit/9495b1366db05c6b87496f58a456ae89da3836db)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e53088c..85ef09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.0](https://github.com/hirosystems/stacks-devnet-api/compare/v1.1.0...v1.2.0) (2024-04-29) + + +### Features + +* track last request time for each user id ([#93](https://github.com/hirosystems/stacks-devnet-api/issues/93)) ([71e070e](https://github.com/hirosystems/stacks-devnet-api/commit/71e070e818cd2774deb3a01380d4cc399a061da3)) +* upgrade to clarinet 2.6.0; remove `use_nakamoto` ([#94](https://github.com/hirosystems/stacks-devnet-api/issues/94)) ([9495b13](https://github.com/hirosystems/stacks-devnet-api/commit/9495b1366db05c6b87496f58a456ae89da3836db)) + ## [1.1.0](https://github.com/hirosystems/stacks-devnet-api/compare/v1.0.0...v1.1.0) (2024-03-25)