diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8e7fb7..59cac3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [Unreleased: 8.0.0-rc.3] +## 8.0.0-rc.5 +### Fixed + - Adding a way to reset the resource provider cache. + +## 8.0.0-rc.3 ### Changed - FIO-8667 fixed location of download PDF button - FIO-8638 fixed saving components after changing form display diff --git a/package.json b/package.json index 023c1816..0ade230c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/angular", - "version": "8.0.0-rc.3", + "version": "8.0.0-rc.6", "scripts": { "ng": "ng", "build": "ng build angular-formio", diff --git a/projects/angular-formio/package.json b/projects/angular-formio/package.json index 1eb553ef..a5d17b11 100644 --- a/projects/angular-formio/package.json +++ b/projects/angular-formio/package.json @@ -1,6 +1,6 @@ { "name": "@formio/angular", - "version": "8.0.0-rc.3", + "version": "8.0.0-rc.6", "repository": { "type": "git", "url": "https://github.com/formio/angular-formio"