Skip to content

Commit

Permalink
🔖 Bump version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Dec 10, 2023
1 parent 5f28712 commit a620463
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

<a name="0.0.1"></a>
## 0.0.1 (2023-12-10)

### Added

- 🎉 start new module [[6c02fee](https://github.com/ptavares/powershell-terraform-tools/commit/6c02feea6677ad4b8d26daf07fc2ec01ea1db559)]

### Fixed

- 🐛 fix script push issue [[5f28712](https://github.com/ptavares/powershell-terraform-tools/commit/5f28712cfe2bc28202a094decf6b93ab76b40469)]
- 🐛 fix script issue [[da78dea](https://github.com/ptavares/powershell-terraform-tools/commit/da78deaf747b5e540454310d0104d8d2d24d953b)]

### Miscellaneous

- Initial commit [[fbba19f](https://github.com/ptavares/powershell-terraform-tools/commit/fbba19fbdb08c8bfcaaed14d4d2b3d25df7f9d0d)]


2 changes: 1 addition & 1 deletion terraform-tools/terraform-tools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'terraform-tools.psm1'

# Version number of this module.
ModuleVersion = '0.0.0'
ModuleVersion = '0.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit a620463

Please sign in to comment.