diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cf498..fdc8450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.6.7 / 2020-10-04 +================== + +* Fix duplicate attributes for kebab-case props (#196) +* Update cloudinary-core version to 2.11.3 + 1.6.6 / 2020-07-27 ================== diff --git a/package.json b/package.json index a75df51..9262c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-react", - "version": "1.6.6", + "version": "1.6.7", "description": "Present Cloudinary images and videos using React components", "main": "lib/index.js", "scripts": {