Skip to content

Commit

Permalink
docs: fix release date format
Browse files Browse the repository at this point in the history
Fix release date format in `.pubnub.yml` for proper change log layout.
  • Loading branch information
client-engineering-bot committed Feb 16, 2021
1 parent ba5e9b0 commit 77af268
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ changelog:
-
text: "Add support for APNS2 device/channel management."
type: feature
-
text: "Resolved issue with multiple timetokens in message counts endpoint"
type: bug
date: 2020-12-03
version: v4.5.0
-
Expand Down Expand Up @@ -65,18 +68,11 @@ changelog:
type: bug
date: 2020-05-22
version: v4.2.4
-
changes:
-
text: "Resolved issue with subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server"
type: bugfix
date: 2020-02-14
version: "4.5.0"
-
changes:
-
text: "Resolved issue with multiple timetokens in message counts endpoint"
type: bugfix
type: bug
date: 2019-11-11
version: "4.2.2"
-
Expand Down Expand Up @@ -125,21 +121,21 @@ changelog:
changes:
-
text: "Switch from Celluloid to concurrent-ruby."
type: bugfix
type: bug
date: 2018-08-28
version: "4.0.28"
-
changes:
-
text: "Fixed telemetry issues."
type: bugfix
type: bug
date: 2017-11-17
version: "4.0.27"
-
changes:
-
text: "Secured telemetry call. Fixed crash when an app was exiting."
type: bugfix
type: bug
date: 2017-10-23
version: "4.0.26"
-
Expand Down

0 comments on commit 77af268

Please sign in to comment.