diff --git a/.pubnub.yml b/.pubnub.yml index e015af9a..163fd553 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,8 +1,13 @@ name: c-core schema: 1 -version: "4.12.3" +version: "4.13.0" scm: github.com/pubnub/c-core changelog: + - date: 2024-08-09 + version: v4.13.0 + changes: + - type: feature + text: "Add `delete message` API support to the advanced history module." - date: 2024-08-05 version: v4.12.3 changes: @@ -843,7 +848,7 @@ sdks: distribution-type: source code distribution-repository: GitHub release package-name: C-Core - location: https://github.com/pubnub/c-core/releases/tag/v4.12.3 + location: https://github.com/pubnub/c-core/releases/tag/v4.13.0 requires: - name: "miniz" @@ -909,7 +914,7 @@ sdks: distribution-type: source code distribution-repository: GitHub release package-name: C-Core - location: https://github.com/pubnub/c-core/releases/tag/v4.12.3 + location: https://github.com/pubnub/c-core/releases/tag/v4.13.0 requires: - name: "miniz" @@ -975,7 +980,7 @@ sdks: distribution-type: source code distribution-repository: GitHub release package-name: C-Core - location: https://github.com/pubnub/c-core/releases/tag/v4.12.3 + location: https://github.com/pubnub/c-core/releases/tag/v4.13.0 requires: - name: "miniz" @@ -1037,7 +1042,7 @@ sdks: distribution-type: source code distribution-repository: GitHub release package-name: C-Core - location: https://github.com/pubnub/c-core/releases/tag/v4.12.3 + location: https://github.com/pubnub/c-core/releases/tag/v4.13.0 requires: - name: "miniz" @@ -1098,7 +1103,7 @@ sdks: distribution-type: source code distribution-repository: GitHub release package-name: C-Core - location: https://github.com/pubnub/c-core/releases/tag/v4.12.3 + location: https://github.com/pubnub/c-core/releases/tag/v4.13.0 requires: - name: "miniz" @@ -1154,7 +1159,7 @@ sdks: distribution-type: source code distribution-repository: GitHub release package-name: C-Core - location: https://github.com/pubnub/c-core/releases/tag/v4.12.3 + location: https://github.com/pubnub/c-core/releases/tag/v4.13.0 requires: - name: "miniz" @@ -1207,7 +1212,7 @@ sdks: distribution-type: source code distribution-repository: GitHub release package-name: C-Core - location: https://github.com/pubnub/c-core/releases/tag/v4.12.3 + location: https://github.com/pubnub/c-core/releases/tag/v4.13.0 requires: - name: "miniz" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8ae310..9a733417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v4.13.0 +August 09 2024 + +#### Added +- Add `delete message` API support to the advanced history module. + ## v4.12.3 August 05 2024 diff --git a/core/pubnub_version_internal.h b/core/pubnub_version_internal.h index 4e6f3b63..84b8626f 100644 --- a/core/pubnub_version_internal.h +++ b/core/pubnub_version_internal.h @@ -3,7 +3,7 @@ #define INC_PUBNUB_VERSION_INTERNAL -#define PUBNUB_SDK_VERSION "4.12.3" +#define PUBNUB_SDK_VERSION "4.13.0" #endif /* !defined INC_PUBNUB_VERSION_INTERNAL */