From 243424c3df2e2deec80d5f80f130b39ce6eb479a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 15:31:23 +0000 Subject: [PATCH 1/2] 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) From 91f7305c0e78d7359cc173895f57a3637d793a4d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Jun 2024 18:16:16 +0000 Subject: [PATCH 2/2] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/hirosystems/stacks-devnet-api/compare/v1.2.0...v1.2.1) (2024-06-17) ### Bug Fixes * pass faucet address env var to stacks network ([#97](https://github.com/hirosystems/stacks-devnet-api/issues/97)) ([a543e86](https://github.com/hirosystems/stacks-devnet-api/commit/a543e86579f686dbaba2c93e94fd9bbb2c16971b)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ef09f..4e8a0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/hirosystems/stacks-devnet-api/compare/v1.2.0...v1.2.1) (2024-06-17) + + +### Bug Fixes + +* pass faucet address env var to stacks network ([#97](https://github.com/hirosystems/stacks-devnet-api/issues/97)) ([a543e86](https://github.com/hirosystems/stacks-devnet-api/commit/a543e86579f686dbaba2c93e94fd9bbb2c16971b)) + ## [1.2.0](https://github.com/hirosystems/stacks-devnet-api/compare/v1.1.0...v1.2.0) (2024-04-29)