diff --git a/CHANGELOG.md b/CHANGELOG.md index a72f48d4..71345449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 3.2.0 + +### Changed + +- SHOW_BRAND_LOGO now defaults to `true`. + +### Added + +- Added Legend + ## 3.1.0 ### Changed diff --git a/package-lock.json b/package-lock.json index a6dbf93c..7903d11d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filmdrop-ui", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filmdrop-ui", - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index 6627b3c0..87cb60a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filmdrop-ui", - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.11.1",