diff --git a/.pubnub.yml b/.pubnub.yml index be2364c5..add0eee0 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -3,21 +3,9 @@ schema: 1 version: "4.14.0" scm: github.com/pubnub/c-core changelog: - - date: 2024-10-15 + - date: 2024-10-24 version: v4.14.0 changes: - - type: feature - text: "Add core Event Engine implementation with the required set of types and methods." - - type: feature - text: "Add Subscribe Event Engine built atop of the core Event Engine implementation." - - type: feature - text: "Add the following entities: channel, channel group, uuid and channel metadata objects." - - type: feature - text: "Add objects to manage subscriptions and provides interface for update listeners." - - type: feature - text: "Add new event listeners, which make it possible to add listeners to a specific entity or group of entities (though subscription and subscription set)." - - type: feature - text: "Added ability to configure automated retry policies for failed requests." - date: 2024-09-05 version: v4.13.1 changes: diff --git a/CHANGELOG.md b/CHANGELOG.md index 100e6944..6512aead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,7 @@ ## v4.14.0 -October 15 2024 +October 24 2024 + -#### Added -- Add core Event Engine implementation with the required set of types and methods. -- Add Subscribe Event Engine built atop of the core Event Engine implementation. -- Add the following entities: channel, channel group, uuid and channel metadata objects. -- Add objects to manage subscriptions and provides interface for update listeners. -- Add new event listeners, which make it possible to add listeners to a specific entity or group of entities (though subscription and subscription set). -- Added ability to configure automated retry policies for failed requests. ## v4.13.1 September 05 2024