diff --git a/CHANGELOG.md b/CHANGELOG.md index 089f1fa80..a6b7b84ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* 0.1.1 + ** HOTFIX ** + + - [#913](https://github.com/City-of-Helsinki/varaamo/pull/913) Fix issue staff comment section is not working. Reason: React-bootstrap ref prop which is deprecated and replace with inputProps * 0.1.0 ** MAJOR CHANGES ** @@ -21,7 +25,7 @@ - #875: Expand advanced search panel when filters are applied. - - #876: Free-of-charge filter for resources. + - #876: Free-of-charge filter for resources. - #878: Remove the link for old website from the footer. diff --git a/package.json b/package.json index 16f4fcb15..6bf20b434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "varaamo", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/City-of-Helsinki/varaamo"