Skip to content

Commit 50936bc

Browse files
authored
Merge pull request #386 from warrensbox/docs/Update_CHANGELOG_for_v1.1.0
docs(v1.1.0): Update CHANGELOG
2 parents 87853c8 + 79d4b4b commit 50936bc

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,46 @@ All notable changes to this project will be documented in this file.
55

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

8-
## Unreleased
8+
## [v1.1.0](https://github.com/warrensbox/terraform-switcher/tree/v1.1.0) - 2024-04-24
99

10-
- go: bump golang.org/x/sys from 0.18.0 to 0.19.0 [#358](https://github.com/warrensbox/terraform-switcher/pull/358) ([dependabot](https://github.com/dependabot))
10+
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/1.0.2...v1.1.0)
11+
12+
### Added
13+
14+
- feat: Support multiple TF version constraints from module and improve logging [#362](https://github.com/warrensbox/terraform-switcher/pull/362) ([yermulnik](https://github.com/yermulnik))
15+
- Refactor parameter parsing [#356](https://github.com/warrensbox/terraform-switcher/pull/356) ([MatrixCrawler](https://github.com/MatrixCrawler))
1116
- feat: Build statically linked binaries [#353](https://github.com/warrensbox/terraform-switcher/pull/353) ([yermulnik](https://github.com/yermulnik))
17+
- Logging refactoring [#350](https://github.com/warrensbox/terraform-switcher/pull/350) ([MatrixCrawler](https://github.com/MatrixCrawler))
18+
- Checksum check for TF Binaries [#334](https://github.com/warrensbox/terraform-switcher/pull/334) ([MatrixCrawler](https://github.com/MatrixCrawler))
19+
- Feature: Add flag for install location (optional) [#309](https://github.com/warrensbox/terraform-switcher/pull/309) ([ArronaxKP](https://github.com/ArronaxKP))
20+
21+
### Fixed
22+
23+
- Fix for Version during build process [#374](https://github.com/warrensbox/terraform-switcher/pull/374) ([MatrixCrawler](https://github.com/MatrixCrawler))
24+
- fix for #369 [#370](https://github.com/warrensbox/terraform-switcher/pull/370) ([MatrixCrawler](https://github.com/MatrixCrawler))
25+
- Release Workflow fix [#360](https://github.com/warrensbox/terraform-switcher/pull/360) ([MatrixCrawler](https://github.com/MatrixCrawler))
1226
- Fix/refactor deployment [#352](https://github.com/warrensbox/terraform-switcher/pull/352) ([warrensbox](https://github.com/warrensbox))
1327
- Fix/refactor deployment [#351](https://github.com/warrensbox/terraform-switcher/pull/351) ([warrensbox](https://github.com/warrensbox))
14-
- Logging refactoring [#350](https://github.com/warrensbox/terraform-switcher/pull/350) ([MatrixCrawler](https://github.com/MatrixCrawler))
28+
29+
### Documentation
30+
31+
- Added how to install on README [#378](https://github.com/warrensbox/terraform-switcher/pull/378) ([warrensbox](https://github.com/warrensbox))
32+
- Readme and documentation update [#376](https://github.com/warrensbox/terraform-switcher/pull/376) ([MatrixCrawler](https://github.com/MatrixCrawler))
33+
- Update README.md [#364](https://github.com/warrensbox/terraform-switcher/pull/364) ([MatrixCrawler](https://github.com/MatrixCrawler))
34+
- docs: Actualize CHANGELOG [#359](https://github.com/warrensbox/terraform-switcher/pull/359) ([yermulnik](https://github.com/yermulnik))
35+
36+
### Other
37+
38+
- feat(goreleaser): Update `changelog` section of `.goreleaser.yml` [#381](https://github.com/warrensbox/terraform-switcher/pull/381) ([yermulnik](https://github.com/yermulnik))
39+
- Update dependabot.yml [#375](https://github.com/warrensbox/terraform-switcher/pull/375) ([MatrixCrawler](https://github.com/MatrixCrawler))
40+
- optimization suggestion for #372 [#373](https://github.com/warrensbox/terraform-switcher/pull/373) ([MatrixCrawler](https://github.com/MatrixCrawler))
41+
- feat: Add `CODEOWNERS` file [#368](https://github.com/warrensbox/terraform-switcher/pull/368) ([yermulnik](https://github.com/yermulnik))
42+
- go: bump golang.org/x/crypto from 0.17.0 to 0.22.0 [#367](https://github.com/warrensbox/terraform-switcher/pull/367) ([dependabot](https://github.com/dependabot))
43+
- go: bump golang.org/x/crypto from 0.16.0 to 0.17.0 [#366](https://github.com/warrensbox/terraform-switcher/pull/366) ([dependabot](https://github.com/dependabot))
44+
- Create goreport.yml [#365](https://github.com/warrensbox/terraform-switcher/pull/365) ([MatrixCrawler](https://github.com/MatrixCrawler))
45+
- go: bump golang.org/x/sys from 0.18.0 to 0.19.0 [#358](https://github.com/warrensbox/terraform-switcher/pull/358) ([dependabot](https://github.com/dependabot))
46+
- Update Go Package Index [#354](https://github.com/warrensbox/terraform-switcher/pull/354) ([MatrixCrawler](https://github.com/MatrixCrawler))
47+
- Create codeql-analysis.yml [#256](https://github.com/warrensbox/terraform-switcher/pull/256) ([jukie](https://github.com/jukie))
1548

1649
## [1.0.2](https://github.com/warrensbox/terraform-switcher/releases/tag/1.0.2) - 2024-04-01
1750

0 commit comments

Comments
 (0)