Skip to content

Commit

Permalink
Updates changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Nov 5, 2023
1 parent 00182ff commit 70cf11c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.46.3 - 2023-11-05

- Requires `barrelstrength/sprout:4.1.5`
- See Data Studio Module [release notes][#415datastudio]

[#415datastudio]: https://github.com/barrelstrength/craft-sprout/blob/4.1.5/CHANGELOG/CHANGELOG-DATA-STUDIO.md

## 4.46.2 - 2023-09-14

- Requires `barrelstrength/sprout:4.1.2`
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "barrelstrength/sprout-data-studio",
"type": "craft-plugin",
"version": "4.46.2",
"version": "4.46.3",
"license": "proprietary",
"require": {
"barrelstrength/sprout": "^4.1.2",
"barrelstrength/sprout": "^4.1.5",
"craftcms/cms": "^4.3.0"
},
"autoload": {
Expand All @@ -21,4 +21,4 @@
"documentationUrl": "https://barrelstrengthdesign.com",
"class": "BarrelStrength\\SproutDataStudio\\SproutDataStudio"
}
}
}

0 comments on commit 70cf11c

Please sign in to comment.