Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-11-16)

### Features

* add `HEAD /api/v1/network/{network}` route ([#41](#41)) ([1bf329f](1bf329f))
* add logging and network info route ([#20](#20)) ([2af0bab](2af0bab)), closes [#21](#21)
* proxy http requests to downstream pods ([#11](#11)) ([6ecdf0f](6ecdf0f))
* release develop ([#84](#84)) ([89a1a1b](89a1a1b))

### Bug Fixes

* add access_control_allow_credentials header ([a482a93](a482a93))
* add cors settings; refactor http responses ([#42](#42)) ([c46db4c](c46db4c)), closes [#21](#21)
* assert more general error msg ([#48](#48)) ([926e3a0](926e3a0))
* create namespace in deploy api script ([f5ff5e0](f5ff5e0))
  • Loading branch information
semantic-release-bot committed Nov 16, 2023
1 parent 89a1a1b commit f84de51
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 1.0.0 (2023-11-16)


### Features

* add `HEAD /api/v1/network/{network}` route ([#41](https://github.com/hirosystems/stacks-devnet-api/issues/41)) ([1bf329f](https://github.com/hirosystems/stacks-devnet-api/commit/1bf329f740634805679cb9c5db18c0c0214f3c7d))
* add logging and network info route ([#20](https://github.com/hirosystems/stacks-devnet-api/issues/20)) ([2af0bab](https://github.com/hirosystems/stacks-devnet-api/commit/2af0bab90f8fb174adffb5050a23fc38e5702daf)), closes [#21](https://github.com/hirosystems/stacks-devnet-api/issues/21)
* proxy http requests to downstream pods ([#11](https://github.com/hirosystems/stacks-devnet-api/issues/11)) ([6ecdf0f](https://github.com/hirosystems/stacks-devnet-api/commit/6ecdf0fbe57cfea15c477828f1b8299356ecc442))
* release develop ([#84](https://github.com/hirosystems/stacks-devnet-api/issues/84)) ([89a1a1b](https://github.com/hirosystems/stacks-devnet-api/commit/89a1a1b36aaddf87491a724de7311c9c503d54b7))


### Bug Fixes

* add access_control_allow_credentials header ([a482a93](https://github.com/hirosystems/stacks-devnet-api/commit/a482a93ca610fbad6295f8007d59d9c6b05db42d))
* add cors settings; refactor http responses ([#42](https://github.com/hirosystems/stacks-devnet-api/issues/42)) ([c46db4c](https://github.com/hirosystems/stacks-devnet-api/commit/c46db4cd1b07e76b58b9ba330b11aeb4016f78ac)), closes [#21](https://github.com/hirosystems/stacks-devnet-api/issues/21)
* assert more general error msg ([#48](https://github.com/hirosystems/stacks-devnet-api/issues/48)) ([926e3a0](https://github.com/hirosystems/stacks-devnet-api/commit/926e3a00ecf7070b924863b0760dc2e4fad2c9e3))
* create namespace in deploy api script ([f5ff5e0](https://github.com/hirosystems/stacks-devnet-api/commit/f5ff5e0a387ad8bd3ff04935e6510c60bbc81af0))

0 comments on commit f84de51

Please sign in to comment.