Skip to content

Commit 250d8eb

Browse files
authored
Merge pull request #484 from warrensbox/docs/Update_CHANGELOG_with_v1.2.0_and_v1.2.1
docs: Update CHANGELOG with `v1.2.0` and `v1.2.1`
2 parents 7a0a44f + d43c559 commit 250d8eb

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ brews:
6868

6969
# Caveats for the user of your binary.
7070
# Default is empty.
71-
caveats: "Type 'tfswitch' on your command line and choose the terraform version that you want from the dropdown. This command currently only works on macOS and Linux"
71+
caveats: "Type 'tfswitch' on your command line and choose Terraform version that you want from the dropdown"
7272

7373
# Your app's homepage.
7474
# Default is empty.

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

88

9+
## [v1.2.1](https://github.com/warrensbox/terraform-switcher/tree/v1.2.1) - 2024-07-06
10+
11+
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.0...v1.2.1)
12+
13+
### Fixed
14+
15+
- fix: Remove duplicate .exe extension added to paths for windows inside symlink, as this is already handled by ConvertExecutableExt [#481](https://github.com/warrensbox/terraform-switcher/pull/481) ([MatthewJohn](https://github.com/MatthewJohn))
16+
17+
## [v1.2.0](https://github.com/warrensbox/terraform-switcher/tree/v1.2.0) - 2024-07-05
18+
19+
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.0-alpha2...v1.2.0)
20+
21+
### Fixed
22+
23+
- fix: Rectify typo from #468 (+ go fmt) [#478](https://github.com/warrensbox/terraform-switcher/pull/478) ([yermulnik](https://github.com/yermulnik))
24+
- Fix user bin path on windows [#468](https://github.com/warrensbox/terraform-switcher/pull/468) ([PierreTechoueyres](https://github.com/PierreTechoueyres))
25+
26+
### Other
27+
28+
- docs: Update CHANGELOG with `v1.2.0-alpha2` [#479](https://github.com/warrensbox/terraform-switcher/pull/479) ([yermulnik](https://github.com/yermulnik))
29+
930
## [v1.2.0-alpha2](https://github.com/warrensbox/terraform-switcher/tree/v1.2.0-alpha2) - 2024-07-05
1031

1132
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.0-alpha1...v1.2.0-alpha2)
@@ -20,10 +41,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2041

2142
## [v1.2.0-alpha1](https://github.com/warrensbox/terraform-switcher/tree/v1.2.0-alpha1) - 2024-06-22
2243

23-
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/ee6ab3adac79d07213e5c8e35022c4dd04d68a1a...v1.2.0-alpha1)
24-
## [v1.2.0-alpha1](https://github.com/warrensbox/terraform-switcher/tree/v1.2.0-alpha1) - 2024-06-22
25-
26-
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2-alpha1...v1.2.0-alpha1)
44+
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.0-alpha...v1.2.0-alpha1)
2745

2846
### Added
2947

0 commit comments

Comments
 (0)