Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed Dec 15, 2021
1 parent 61df209 commit eb568b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2021-12-14
### Changed
- Terraform workspace name must now be explicitly set
- This is mainly to support Terraform Enterprise/Cloud where a workspace name may be set in the Terraform files themselves
Expand Down Expand Up @@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial commit

[Unreleased]: https://github.com/troyready/ihlp/compare/v0.4.4...HEAD
[Unreleased]: https://github.com/troyready/ihlp/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/troyready/ihlp/compare/v0.4.4...v0.5.0
[0.4.4]: https://github.com/troyready/ihlp/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/troyready/ihlp/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/troyready/ihlp/compare/v0.4.1...v0.4.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=10.0"
},
"name": "ihlp",
"version": "0.4.4",
"version": "0.5.0",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.19.0",
"@aws-sdk/client-cloudfront": "^3.19.0",
Expand Down

0 comments on commit eb568b0

Please sign in to comment.