Skip to content

Commit a620463

Browse files
committed
🔖 Bump version to 0.0.1
1 parent 5f28712 commit a620463

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
<a name="0.0.1"></a>
4+
## 0.0.1 (2023-12-10)
5+
6+
### Added
7+
8+
- 🎉 start new module [[6c02fee](https://github.com/ptavares/powershell-terraform-tools/commit/6c02feea6677ad4b8d26daf07fc2ec01ea1db559)]
9+
10+
### Fixed
11+
12+
- 🐛 fix script push issue [[5f28712](https://github.com/ptavares/powershell-terraform-tools/commit/5f28712cfe2bc28202a094decf6b93ab76b40469)]
13+
- 🐛 fix script issue [[da78dea](https://github.com/ptavares/powershell-terraform-tools/commit/da78deaf747b5e540454310d0104d8d2d24d953b)]
14+
15+
### Miscellaneous
16+
17+
- Initial commit [[fbba19f](https://github.com/ptavares/powershell-terraform-tools/commit/fbba19fbdb08c8bfcaaed14d4d2b3d25df7f9d0d)]
18+
19+

terraform-tools/terraform-tools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'terraform-tools.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.0.0'
15+
ModuleVersion = '0.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)