Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Feb 4, 2020
1 parent fbf58ca commit 34e8ede
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
0.11.8 (02/04/2020)
-------------------

* newer terraform in docker image [771ab07](https://github.com/simplygenius/atmos/commit/771ab07)
* fix plan summary to handle newer terraform [f0a5b95](https://github.com/simplygenius/atmos/commit/f0a5b95)

0.11.7 (01/30/2020)
-------------------

Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simplygenius-atmos (0.11.7)
simplygenius-atmos (0.11.8)
activesupport (~> 5.2.1)
aws-sdk-cloudwatchlogs
aws-sdk-core
Expand Down Expand Up @@ -31,43 +31,43 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
activesupport (5.2.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.0.3)
aws-partitions (1.250.0)
aws-sdk-cloudwatchlogs (1.27.0)
aws-partitions (1.270.0)
aws-sdk-cloudwatchlogs (1.28.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.84.0)
aws-sdk-core (3.89.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ecr (1.23.0)
aws-sdk-ecr (1.24.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.53.0)
aws-sdk-ecs (1.57.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.32.0)
aws-sdk-iam (1.33.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.25.0)
aws-sdk-kms (1.28.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-organizations (1.34.0)
aws-sdk-organizations (1.36.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.57.0)
aws-sdk-core (~> 3, >= 3.77.0)
aws-sdk-s3 (1.60.1)
aws-sdk-core (~> 3, >= 3.83.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sdk-ssm (1.63.0)
aws-sdk-ssm (1.71.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
Expand All @@ -86,7 +86,7 @@ GEM
tins (~> 1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
deepsort (0.4.2)
deepsort (0.4.3)
diff-lcs (1.3)
diffy (3.3.0)
docile (1.3.2)
Expand All @@ -96,7 +96,7 @@ GEM
hashdiff (1.0.0)
hashie (3.6.0)
highline (2.0.3)
i18n (1.7.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
json (2.2.0)
Expand All @@ -105,7 +105,7 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.9.2)
minitest (5.13.0)
minitest (5.14.0)
multi_json (1.14.1)
os (1.0.1)
pry (0.11.3)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
thor (0.19.4)
thread_safe (0.3.6)
tins (1.21.1)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
vcr (4.0.0)
webmock (3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/simplygenius/atmos/version.rb
@@ -1,5 +1,5 @@
module SimplyGenius
module Atmos
VERSION = "0.11.7"
VERSION = "0.11.8"
end
end

0 comments on commit 34e8ede

Please sign in to comment.