Skip to content

Commit

Permalink
Merge pull request #14 from invidian/release-0.3.1
Browse files Browse the repository at this point in the history
CHANGELOG.md: add changelog for v0.3.1
  • Loading branch information
invidian committed Feb 3, 2022
2 parents 36ad777 + f3644dd commit e025eba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
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).

## 0.3.1 - 2022-02-03
### Added
- Added CI using GitHub Actions.

### Changed
- Go 1.17 is now used for building.
- Exlucuded `darwin/arm`, `freebsd/arm64`, `windows/arm` and `windows/arm64` platforms from
release builds to speed up the release process, as they are not officially supported by
either Terraform itself or Terraform Registry.

### Fixed
- Fixed all issues found by linter.

## 0.3.0 - 2020-08-19
### Added
- This provider is now available via [Terraform Registry](https://registry.terraform.io/providers/invidian/gpg/latest).
Expand Down

0 comments on commit e025eba

Please sign in to comment.