Skip to content

Commit

Permalink
Bump version: 1.0.1 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dounx committed Apr 2, 2022
1 parent cb38cfb commit e27b6b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
### 1.0.0 - 2022-03-29
### 1.1.0 - 2022-04-02

* Add 开黑啦 HTTP API
* Add 开黑啦 WebSocket API
* Add GitHub CI
* Add 开黑啦 Webhook API
* Add Event Wrapper

### 1.0.1 - 2022-03-29

* Fix params type


### 1.0.0 - 2022-03-29

* Add 开黑啦 HTTP API
* Add 开黑啦 WebSocket API
* Add GitHub CI
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.0.1)
khl (1.1.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.0.1"
VERSION = "1.1.0"
end

0 comments on commit e27b6b4

Please sign in to comment.