diff --git a/CHANGELOG.md b/CHANGELOG.md index 41895e8ac59..f3c947c0c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 4.9.0 (2024-03-26) + + +### Features + +* support OKLCH colors on Safari iOS 15 ([56175e0](https://github.com/saadeghi/daisyui/commit/56175e0b4bf6375fa906d9ca734fe4d3362c5fd1)), closes [#2703](https://github.com/saadeghi/daisyui/issues/2703) + ## 4.8.0 (2024-03-24) diff --git a/package.json b/package.json index 7efe29f1526..07567e38548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.8.0", + "version": "4.9.0", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",