We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd33e0d commit 84266b3Copy full SHA for 84266b3
CHANGELOG.adoc
@@ -1,6 +1,6 @@
1
= Changelog
2
3
-== Upcoming
+== 1.5.0
4
5
* feat: support for setting default tags at AWS provider level. (Thanks @patrickli)
6
For details see: https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider
lib/tfctl/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Tfctl
- VERSION = '1.4.0'
+ VERSION = '1.5.0'
end
0 commit comments