Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
randomvariable committed Nov 20, 2017
1 parent 5ec0d92 commit 82b5b56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
## 1.0.4
* Ensure ~/.aws exists before saving configuration

## 1.0.3
* Fix setting environment variable throwing string frozen error (@timbirk)

## 1.0.2
* Display credential prompts on stderr to allow shell eval to work (@timbirk)

## 1.0.1
* Fix setting environment variable throwing string frozen error (@mrprimate)
* Fix incompatibility with version 0.4 of dry-struct (@tomhaynes)
Expand Down
2 changes: 1 addition & 1 deletion lib/aws_assume_role/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AwsAssumeRole
VERSION = "1.0.3".freeze
VERSION = "1.0.4".freeze
end

0 comments on commit 82b5b56

Please sign in to comment.