diff --git a/CHANGELOG.md b/CHANGELOG.md index b04d298..107dbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ -### 1.0.3 (next) +### 1.0.4 (next) * Your contribution here. -* [#74](https://github.com/rodolfobandeira/spacex/pull/74): Fix vulnerable dependency: Rake. Bump to version 12 [@rodolfobandeira](https://github.com/rodolfobandeira). + +### 1.0.3 (2020/03/14) + +* [#74](https://github.com/rodolfobandeira/spacex/pull/74): Security fix: CVE-2020-8130. Bump rake to version 12 [@rodolfobandeira](https://github.com/rodolfobandeira). ### 1.0.2 (2019/10/06) diff --git a/lib/spacex/version.rb b/lib/spacex/version.rb index 38bca24..40a96ea 100644 --- a/lib/spacex/version.rb +++ b/lib/spacex/version.rb @@ -1,5 +1,5 @@ module SPACEX - VERSION = '1.0.3'.freeze + VERSION = '1.0.4'.freeze def self.help puts 'https://github.com/rodolfobandeira/spacex'