Skip to content

Commit

Permalink
PubNub SDK v4.9.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Mar 26, 2024
1 parent fdba65e commit aae2080
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ schema: 1
version: "4.9.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-03-26
version: v4.9.1
changes:
- type: bug
text: "Fix too small amount of memory allocated for aes cbc algorithm in some cases."
- type: improvement
text: "Add possibility to include address sanitizer in build via CMake."
- date: 2024-01-08
version: v4.9.0
changes:
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.9.1
March 26 2024

#### Fixed
- Fix too small amount of memory allocated for aes cbc algorithm in some cases.

#### Modified
- Add possibility to include address sanitizer in build via CMake.

## v4.9.0
January 08 2024

Expand Down

0 comments on commit aae2080

Please sign in to comment.