Skip to content

Commit

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

## [0.4.2] - 2022-09-06
### Changed
- Changed the go version in go.mod #47
## [0.4.1] - 2022-09-02
### Added
- Setup goreleaser for Terraform Registry releases
Expand Down
2 changes: 1 addition & 1 deletion glesys/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Config struct {

// Client - Setup new glesys client
func (c *Config) Client() (*glesys.Client, error) {
client := glesys.NewClient(c.UserID, c.Token, "tf-glesys/0.4.1")
client := glesys.NewClient(c.UserID, c.Token, "tf-glesys/0.4.2")

return client, nil
}

0 comments on commit baf20c8

Please sign in to comment.