Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norrland committed May 3, 2023
1 parent d673eb3 commit 24aba93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased

## [0.9.0] - 2023-05-03
### Changed
- Update context in API calls.
- Handle error when deleting an already deleted DNSDomain Record.
- Update tests to use Go 1.20.
- Various dependency updates.
- Fixed issue when using UUID templates in KVM.
- Fixed issue with missing DNS Records not being recreated. (#126)

### Added
- Implemented `datasource_glesys_network`.

## [0.8.0] - 2022-11-01
### Changed
- Update workflow releaser to use goreleaser-action v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
glesys = {
source = "glesys/glesys"
version = "~> 0.7.0"
version = "~> 0.9.0"
}
}
}
Expand Down

0 comments on commit 24aba93

Please sign in to comment.