diff --git a/CHANGELOG.md b/CHANGELOG.md index 011fc60..2967792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.6.1 (Next) + +* Your contribution here. + ### 0.6.0 (2024/10/19) * [#40](https://github.com/dblock/open-weather-ruby-client/pull/40): Fixing rubocop violations and improved .rubocop.yml - [@troya2](https://github.com/troya2). diff --git a/lib/open_weather/version.rb b/lib/open_weather/version.rb index ba82b4b..0c70669 100644 --- a/lib/open_weather/version.rb +++ b/lib/open_weather/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenWeather - VERSION = '0.6.0' + VERSION = '0.6.1' end