Skip to content

Commit f45ca78

Browse files
authored
chore: bump version to 0.4.0 for api-framework (#38)
1 parent f6ab659 commit f45ca78

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### Fixed
1818

1919
- Fixed gateway manager failing after deploying due to token refresh desync
20+
21+
## [0.4.0] - 2023-07-03
22+
23+
### Added
24+
25+
- Added CLI support to easily manage JWT authentification to the routes. Please refer to the [auth documentation](./docs/auth.md) for more information on usage.
26+
27+
### Changed
28+
29+
- Grouped CLI commands thematically. The gateway infastructure management is now split from the gateway configuration via different CLI command group.

cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scw-gateway"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "CLI to deploy and manage a self-hosted Kong gateway on Scaleway Serverless Ecosystem"
55
authors = ["Simon Shillaker <sshillaker@scaleway.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)