Skip to content

Commit

Permalink
Merge pull request #71 from klarna/prepare-for-next-release
Browse files Browse the repository at this point in the history
Update changelog for 1.5.0 release
  • Loading branch information
dszoboszlay authored Jul 5, 2023
2 parents 4c1b6c5 + 8500ef6 commit 07e9faa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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).

## [1.5.0] - 2023-07-05

### Added

- Allow injecting OS env vars into YAML files via custom !env tag (#70).
- Allow injecting OS env vars into `bitbucket.config` parameters (#69).
- Handle HTTP 429 Too Many Requests errors (#64).
- Execute tests as GitHub workflows (#52, #53, #56).

### Changed

- The project is now tested on OTP versions 23-26, OTP 23 is the minimum supported version (#49, #65).
- Replaced `lager` with OTP's `logger` (#55).
- Minor improvements in what messages are printed/logged (#49).

### Fixed

- Handle Bitbucket not preserving the order of access keys (#59).
- Avoid confusing WorkZone with lower case project names (#59).

### Security

- Do not log any settings at info level to avoid leaking secrets to the terminal (#66).

## [1.3.0] - 2022-08-18

- Hard reset to commit c4d6e0ac88431458fa0996d3e6fa666c4fda0ead due to changes after it being untested and breaking test.
Expand Down

0 comments on commit 07e9faa

Please sign in to comment.