Skip to content

Commit

Permalink
fix(docs): fix change log entries
Browse files Browse the repository at this point in the history
Remove duplicates from change logs.
  • Loading branch information
client-engineering-bot committed Mar 10, 2021
1 parent e97f87e commit 1e72960
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 38 deletions.
12 changes: 1 addition & 11 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,14 @@ changelog:
type: bug
date: Mar 8, 21
version: v4.6.0
-
changes:
-
text: "BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls."
type: feature
-
text: "Fix issue which caused Object request body encryption when `cipher_key` is set."
type: bug
date: Mar 8, 21
version: v4.6.0
-
changes:
-
text: "Add support for APNS2 device/channel management."
type: feature
-
text: "Resolved issue with multiple timetokens in message counts endpoint"
type: bug
type: bug
date: 2020-12-03
version: v4.5.0
-
Expand Down
49 changes: 22 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
##### v4.6.0

- BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
- Fix issue which caused Object request body encryption when `cipher_key` is set.

##### v4.6.0

- BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
- Fix issue which caused Object request body encryption when `cipher_key` is set.

##### v4.5.0

- Add support for APNS2 device/channel management.

##### v4.4.0

- Add simplified Objects API support with UUID and Channel metadata / membership management.
- Add uuid and parameter to Grant API along with new Objects permissions: `get`, `update` and `join`.

##### v4.3.0

- Add `delete` permission for `channel` to Grant.

##### v4.2.7

- Don't suppress runtime errors.

##### v4.6.0

- BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
- Fix issue which caused Object request body encryption when `cipher_key` is set.

##### v4.5.0

- Add support for APNS2 device/channel management.

##### v4.4.0

- Add simplified Objects API support with UUID and Channel metadata / membership management.
- Add uuid and parameter to Grant API along with new Objects permissions: `get`, `update` and `join`.

##### v4.3.0

- Add `delete` permission for `channel` to Grant.

##### v4.2.7

- Don't suppress runtime errors.

##### v4.2.6

- History can now respond with message meta information.
Expand Down

0 comments on commit 1e72960

Please sign in to comment.