Skip to content

Commit

Permalink
Changelog for 5.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Dec 16, 2024
1 parent c0745d7 commit b5cb30c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 5.0.0-beta.4 - 2024-12-16
### Fixed
- Craft 5 version now works with Postgres ([#48](https://github.com/studioespresso/craft-date-range/issues/48))


## 5.0.0-beta.3 - 2024-11-28
### Fixed
- GraphQL queries now work with Craft 5 ([#39](https://github.com/studioespresso/craft-date-range/pull/39))
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "studioespresso/craft-date-range",
"description": "Date range field",
"type": "craft-plugin",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"keywords": [
"craft",
"cms",
Expand All @@ -23,7 +23,7 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1"
"craftcms/cms": "^5.0.0"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit b5cb30c

Please sign in to comment.