Skip to content

Commit 03f2118

Browse files
committed
Preps release
1 parent eac5ac7 commit 03f2118

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 5.0.2 - 2025-03-07
4+
5+
- Requires `barrelstrength/sprout:5.0.3`
6+
- See Data Studio Module [release notes][#503datastudio]
7+
- See Sprout Framework Module [release notes][#503core]
8+
9+
[#503datastudio]: https://github.com/barrelstrength/craft-sprout/blob/5.0.3/CHANGELOG/CHANGELOG-DATA-STUDIO.md
10+
[#503core]: https://github.com/barrelstrength/craft-sprout/blob/5.0.3/CHANGELOG/CHANGELOG-CORE.md
11+
312
## 5.0.1 - 2024-06-30
413

514
- Requires `barrelstrength/sprout:5.0.1`

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "barrelstrength/sprout-data-studio",
33
"type": "craft-plugin",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"license": "proprietary",
66
"require": {
7-
"barrelstrength/sprout": "^5.0.1",
7+
"barrelstrength/sprout": "^5.0.3",
88
"craftcms/cms": "^5.1.7"
99
},
1010
"autoload": {

0 commit comments

Comments
 (0)