Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Oct 18, 2023
1 parent af6c43a commit 279748f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Changes since the last non-beta release.

_Please add entries here for your pull requests that are not yet released._

## [1.1.2] - 2023-10-17
### Fixed

- Fixed failed build on MacOS by adding platform flag and fixed multiple files in yaml document for template. [PR 81](https://github.com/shakacode/heroku-to-control-plane/pull/81) by [justin808](https://github.com/justin808).

## [1.1.1] - 2023-09-23

### Fixed

- Fixed issue where API token is not reset when switching profile. [PR 77](https://github.com/shakacode/heroku-to-control-plane/pull/77) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
Expand Down
1 change: 0 additions & 1 deletion lib/core/controlplane.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def apply_template(data) # rubocop:disable Metrics/MethodLength
end
end


def apply_hash(data) # rubocop:disable Metrics/MethodLength
Tempfile.create do |f|
f.write(data.to_yaml)
Expand Down

0 comments on commit 279748f

Please sign in to comment.