diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f1192c4..ce5a334 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [1.1.0] - 2018-07-25 - Added displayName props - Updated to react-ocean-forms 1.2.0 diff --git a/package.json b/package.json index 0fab788..2eea393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ocean-forms-react-intl", - "version": "1.0.3", + "version": "1.1.0", "description": "Library that adds react-intl support to react-ocean-forms.", "main": "build/index.js", "private": false,