Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
word committed May 28, 2020
1 parent 9c3ebd8 commit 5c3fa14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

== Upcoming

* fix: handle empty response containing children from Organizations API (thanks @grothja)
== 1.1.1

* fix: handle empty response from Organizations API containing children (thanks @grothja)
* chore: stopped testing on EOL Rubies 2.3 and 2.4 (but should still currently work)
* chore: dependencies minimum version bump

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.1.0'
VERSION = '1.1.1'
end

0 comments on commit 5c3fa14

Please sign in to comment.