diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb9a7f..fc68cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.0](https://github.com/dounx/gwitch/releases/tag/1.0.0) (2020-05-25) + +* Fix typo +* Fix a bug +* Update gemspec +* Update readme +* Refactor code +* Add some rake tasks +* Add gitignore +* Add mutex for multi threads +* Remove redundant comments +* Make get all games simultaneously +* Add cli +* Add some tests + ## [0.0.1](https://github.com/dounx/gwitch/releases/tag/0.0.1) (2020-05-21) * Initial import \ No newline at end of file diff --git a/lib/gwitch/version.rb b/lib/gwitch/version.rb index 0c57db0..0918ac0 100644 --- a/lib/gwitch/version.rb +++ b/lib/gwitch/version.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: true - -module Gwitch - VERSION = '0.0.1' -end \ No newline at end of file +module Algolia + VERSION = "1.0.0" +end