Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
word committed Sep 1, 2020
1 parent 8444b2e commit 144227c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

== Upcoming

== 1.2.2
* chore: reverted PR #11 - not necessary and introduced regression. See PR #13 for details.

== 1.2.1
* chore: added required Ruby version to Gemspec.

== 1.2.0

* feat: pass TF_ environment variables to terraform (PR #11).

== 1.1.1

* fix: handle empty response from Organizations API containing children (thanks @grothja)
Expand Down
2 changes: 1 addition & 1 deletion lib/tfctl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Tfctl
VERSION = '1.2.1'
VERSION = '1.2.2'
end

0 comments on commit 144227c

Please sign in to comment.