Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
version: "5.2.1"
version: "5.2.2"
changelog:
- date: 2023-03-14
version: v5.2.2
changes:
- type: bug
text: "Fix issue which raised an exception when PubNub client has been configured with a secret key."
- date: 2022-12-13
version: v5.2.1
changes:
Expand Down Expand Up @@ -658,7 +663,7 @@ sdks:
- x86-64
- distribution-type: package
distribution-repository: RubyGems
package-name: pubnub-5.2.1.gem
package-name: pubnub-5.2.2.gem
location: https://rubygems.org/gems/pubnub
requires:
- name: addressable
Expand Down Expand Up @@ -763,8 +768,8 @@ sdks:
- x86-64
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub-5.2.1.gem
location: https://github.com/pubnub/ruby/releases/download/v5.2.1/pubnub-5.2.1.gem
package-name: pubnub-5.2.2.gem
location: https://github.com/pubnub/ruby/releases/download/v5.2.2/pubnub-5.2.2.gem
requires:
- name: addressable
min-version: 2.0.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v5.2.2
March 14 2023

#### Fixed
- Fix issue which raised an exception when PubNub client has been configured with a secret key.

## v5.2.1
December 13 2022

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:
pubnub (5.2.1)
pubnub (5.2.2)
addressable (>= 2.0.0)
concurrent-ruby (~> 1.1.5)
concurrent-ruby-edge (~> 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1
5.2.2
Loading