diff --git a/CHANGELOG.md b/CHANGELOG.md index a164af7..798f2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 1.2.1 - 2018-12-06 + +## Fixed +- Updated composer.json to reflect new branch name + ## 1.2.0 - 2018-12-06 ## Added diff --git a/composer.json b/composer.json index 486e3c7..4d5e010 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "lukeyouell/craft-salesforceleads", "description": "Generate Salesforce leads from form submissions.", "type": "craft-plugin", - "version": "1.2.0", + "version": "1.2.1", "keywords": [ "craft", "cms", @@ -12,7 +12,7 @@ "salesforce leads" ], "support": { - "docs": "https://github.com/lukeyouell/craft-salesforceleads/blob/v1/README.md", + "docs": "https://github.com/lukeyouell/craft-salesforceleads/blob/master/README.md", "issues": "https://github.com/lukeyouell/craft-salesforceleads/issues" }, "license": "MIT", @@ -36,10 +36,7 @@ "schemaVersion": "1.1.0", "hasCpSettings": true, "hasCpSection": false, - "changelogUrl": "https://raw.githubusercontent.com/lukeyouell/craft-salesforceleads/v1/CHANGELOG.md", - "components": { - "salesforceLeadsService": "lukeyouell\\salesforceleads\\services\\SalesforceLeadsService" - }, + "changelogUrl": "https://raw.githubusercontent.com/lukeyouell/craft-salesforceleads/master/CHANGELOG.md", "class": "lukeyouell\\salesforceleads\\SalesforceLeads" } }