Skip to content

Commit

Permalink
PubNub SDK v4.9.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jan 8, 2024
1 parent cf8730d commit 773cbc0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
23 changes: 15 additions & 8 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: c-core
schema: 1
version: "4.8.0"
version: "4.9.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-01-08
version: v4.9.0
changes:
- type: feature
text: "Provide CMake support."
- type: feature
text: "Adjust `build.cs` unreal engine file for CMake build."
- date: 2023-12-07
version: v4.8.0
changes:
Expand Down Expand Up @@ -773,7 +780,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.8.0
location: https://github.com/pubnub/c-core/releases/tag/v4.9.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -839,7 +846,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.8.0
location: https://github.com/pubnub/c-core/releases/tag/v4.9.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -905,7 +912,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.8.0
location: https://github.com/pubnub/c-core/releases/tag/v4.9.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -967,7 +974,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.8.0
location: https://github.com/pubnub/c-core/releases/tag/v4.9.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1028,7 +1035,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.8.0
location: https://github.com/pubnub/c-core/releases/tag/v4.9.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1084,7 +1091,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.8.0
location: https://github.com/pubnub/c-core/releases/tag/v4.9.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1137,7 +1144,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.8.0
location: https://github.com/pubnub/c-core/releases/tag/v4.9.0
requires:
-
name: "miniz"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v4.9.0
January 08 2024

#### Added
- Provide CMake support.
- Adjust `build.cs` unreal engine file for CMake build.

## v4.8.0
December 07 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.8.0"
#define PUBNUB_SDK_VERSION "4.9.0"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit 773cbc0

Please sign in to comment.