Skip to content

Commit

Permalink
PubNub SDK v4.14.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Oct 24, 2024
1 parent 7cef347 commit 249f28d
Show file tree
Hide file tree
Showing 3 changed files with 25 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.14.0"
version: "4.14.1"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-10-24
version: v4.14.1
changes:
- type: bug
text: "Fix CMakeLists to build correctly on Windows."
- type: improvement
text: "Prepare CMakeLists to support builds for Arm64 architecture."
- date: 2024-10-15
version: v4.14.0
changes:
Expand Down Expand Up @@ -868,7 +875,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
requires:
-
name: "miniz"
Expand Down Expand Up @@ -934,7 +941,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1000,7 +1007,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1062,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.14.0
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1123,7 +1130,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1179,7 +1186,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1232,7 +1239,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
requires:
-
name: "miniz"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v4.14.1
October 24 2024

#### Fixed
- Fix CMakeLists to build correctly on Windows.

#### Modified
- Prepare CMakeLists to support builds for Arm64 architecture.

## v4.14.0
October 15 2024

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.14.0"
#define PUBNUB_SDK_VERSION "4.14.1"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit 249f28d

Please sign in to comment.