Skip to content

Commit

Permalink
PubNub SDK v4.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed Jun 9, 2021
1 parent c7ab1c1 commit 1323001
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
version: "4.6.1"
version: "4.6.2"
changelog:
-
changes:
-
text: "Add new `sdks` section to `.pubnub.yml` with information about available artifacts and distribution variants."
type: improvement
date: 2021-06-09
version: v4.6.2
-
changes:
-
Expand Down Expand Up @@ -699,7 +706,7 @@ sdks:
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub-4.6.1.gem
location: https://github.com/pubnub/ruby/releases/download/v4.6.1/pubnub-4.6.1.gem
location: https://github.com/pubnub/ruby/releases/download/v4.6.2/pubnub-4.6.1.gem
requires:
- name: addressable
min-version: 2.0.0
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### v4.6.2

- Add new `sdks` section to `.pubnub.yml` with information about available artifacts and distribution variants.

##### v4.6.1

- Exclude `spec` and `fixtures` from built gem file.
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 (4.6.1)
pubnub (4.6.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 @@
4.6.1
4.6.2
2 changes: 1 addition & 1 deletion lib/pubnub/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Toplevel Pubnub module.
module Pubnub
VERSION = '4.6.1'.freeze
VERSION = '4.6.2'.freeze
end

0 comments on commit 1323001

Please sign in to comment.