diff --git a/.pubnub.yml b/.pubnub.yml index 9b8d0a01..bf512421 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -7,7 +7,7 @@ changelog: version: v6.1.2 changes: - type: improvement - text: "Update invalid license info in composer.json." + text: "Fix license info in composer.json" - date: 2023-10-30 version: v6.1.1 changes: diff --git a/CHANGELOG.md b/CHANGELOG.md index 368d18d8..ec579f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ November 02 2023 #### Modified -- Update invalid license info in composer.json. +- Fix license info in composer.json ## v6.1.1 October 30 2023 diff --git a/composer.json b/composer.json index 532f37bc..360e1986 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "keywords": ["api", "real-time", "realtime", "real time", "ajax", "push"], "homepage": "http://www.pubnub.com/", "license": "proprietary", + "version": "6.1.2", "authors": [ { "name": "PubNub",