diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5aec755..d150413d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to `twill` will be documented in this file. +## 3.0.0-beta2 + +This is a stabilization release to prepare a first stable release. + +### Improvements + +- New documentation system +- New guide +- Improved defaults for new projects +- Added .gitattributes to reduce package size + +### Features + +- No new features were introduced in this release + +### Bugfixes + +- Restored edit link on user profiles [`#1891`](https://github.com/area17/twill/pull/1891) +- Fixed console error on forms with permissions [`#1890`](https://github.com/area17/twill/pull/1890) +- Fixed backwards compatibility for navigation link access [`#1886`](https://github.com/area17/twill/pull/1886) + ## 3.0.0-beta1 ### Features diff --git a/package.json b/package.json index 47b7f8ca4..669dd5b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@area17/twill", - "version": "3.0.0-beta1", + "version": "3.0.0-beta2", "private": true, "scripts": { "inspect": "vue-cli-service inspect --mode production", diff --git a/src/TwillServiceProvider.php b/src/TwillServiceProvider.php index 8ee6df044..4a2e2c633 100644 --- a/src/TwillServiceProvider.php +++ b/src/TwillServiceProvider.php @@ -56,7 +56,7 @@ class TwillServiceProvider extends ServiceProvider * * @var string */ - public const VERSION = '3.0.0-beta1'; + public const VERSION = '3.0.0-beta2'; /** * Service providers to be registered.