Skip to content

Commit

Permalink
Preparing for next developer iteration, 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Aug 13, 2023
1 parent 73e4d30 commit aeac490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.4.1 (Next)

* Your contribution here.

### 0.4.0 (2023/08/13)

* [#33](https://github.com/dblock/open-weather-ruby-client/pull/33): Upgrade Faraday to 2.x - [@dgarwood](https://github.com/dgarwood).
Expand Down
2 changes: 1 addition & 1 deletion lib/open_weather/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OpenWeather
VERSION = '0.4.0'
VERSION = '0.4.1'
end

0 comments on commit aeac490

Please sign in to comment.