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
pubnub-release-bot committed Nov 14, 2023
1 parent 57e8eeb commit 1901791
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
21 changes: 13 additions & 8 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: c-core
schema: 1
version: "4.6.1"
version: "4.6.2"
scm: github.com/pubnub/c-core
changelog:
- date: 2023-11-14
version: v4.6.2
changes:
- type: bug
text: "Fix `pubnub_free()` function on not initialised PubNub that can cause exceptions/undefined behaviours."
- date: 2023-11-08
version: v4.6.1
changes:
Expand Down Expand Up @@ -753,7 +758,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.6.1
location: https://github.com/pubnub/c-core/releases/tag/v4.6.2
requires:
-
name: "miniz"
Expand Down Expand Up @@ -819,7 +824,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.6.1
location: https://github.com/pubnub/c-core/releases/tag/v4.6.2
requires:
-
name: "miniz"
Expand Down Expand Up @@ -885,7 +890,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.6.1
location: https://github.com/pubnub/c-core/releases/tag/v4.6.2
requires:
-
name: "miniz"
Expand Down Expand Up @@ -947,7 +952,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.6.1
location: https://github.com/pubnub/c-core/releases/tag/v4.6.2
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1008,7 +1013,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.6.1
location: https://github.com/pubnub/c-core/releases/tag/v4.6.2
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1064,7 +1069,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.6.1
location: https://github.com/pubnub/c-core/releases/tag/v4.6.2
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1117,7 +1122,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.6.1
location: https://github.com/pubnub/c-core/releases/tag/v4.6.2
requires:
-
name: "miniz"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.6.2
November 14 2023

#### Fixed
- Fix `pubnub_free()` function on not initialised PubNub that can cause exceptions/undefined behaviours.

## v4.6.1
November 08 2023

Expand Down
2 changes: 1 addition & 1 deletion core/pubnub_version_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define INC_PUBNUB_VERSION_INTERNAL


#define PUBNUB_SDK_VERSION "4.6.1"
#define PUBNUB_SDK_VERSION "4.6.2"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit 1901791

Please sign in to comment.