diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c540e1..949940c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ way to update this template, but currently, we follow a pattern: --- +## Upcoming version +* [fix] Improve slug creation (slashes were breaking rendering in some environments) + [#850](https://github.com/sharetribe/flex-template-web/pull/850) + ## v1.0.0 * [change] Migrate remaining Redux Forms to Final Form. Also now all the form components can be diff --git a/package.json b/package.json index 874012c9..07a5f271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.3.1", + "version": "1.0.0", "private": true, "license": "Apache-2.0", "dependencies": {