Skip to content

Commit

Permalink
Bump version: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dounx committed Apr 18, 2022
1 parent 47dfb90 commit 14c12cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.4.0 - 2022-04-18

* Rename KHL::HTTP::Response#error? to KHL::HTTP::Response#failed?

### 1.3.0 - 2022-04-18

* Remove KHL::Event
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
khl (1.3.0)
khl (1.4.0)
activesupport (~> 7.0, >= 7.0.2.3)
faye-websocket (~> 0.11.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/khl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module KHL
VERSION = "1.3.0"
VERSION = "1.4.0"
end

0 comments on commit 14c12cb

Please sign in to comment.