diff --git a/CHANGELOG.md b/CHANGELOG.md index 74aa3c8bf..4587a4bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to `twill` will be documented in this file. +## 3.4.1 + +### Improved + +- Allow media and file library disk configuration using an environement variable by [@antonioribeiro](https://github.com/antonioribeiro) in https://github.com/area17/twill/pull/2676 + +### Fixed + +- Fix #2671: 3.4.0 regression on related browsers previews by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2672 +- Fix #2674: 3.4.0 regression on relation column using a one-to-one relationship by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2675 + ## 3.4.0 ### Added diff --git a/package-lock.json b/package-lock.json index 3e45a56fe..0dff252bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@area17/twill", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@area17/twill", - "version": "3.4.0", + "version": "3.4.1", "dependencies": { "@alpinejs/mask": "^3.13.5", "@tiptap/extension-hard-break": "^2.2.1", diff --git a/package.json b/package.json index a557f4ad0..b702ed5fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@area17/twill", - "version": "3.4.0", + "version": "3.4.1", "private": true, "scripts": { "inspect": "vue-cli-service inspect --mode production", diff --git a/src/TwillServiceProvider.php b/src/TwillServiceProvider.php index 56fcd0570..2b67a9cf6 100644 --- a/src/TwillServiceProvider.php +++ b/src/TwillServiceProvider.php @@ -65,7 +65,7 @@ class TwillServiceProvider extends ServiceProvider * * @var string */ - public const VERSION = '3.4.0'; + public const VERSION = '3.4.1'; /** * Service providers to be registered.