Skip to content

Commit 9fe2608

Browse files
Release v1.17.0
1 parent e056076 commit 9fe2608

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 1.X Series
44

5-
## Unreleased
6-
##### 2025-XX-YY
5+
## 1.17.0
6+
##### 2025-11-12
77

88
- Changed the minimal Laravel version from 10.0 to 10.49 (latest in the 10.x series)
99
- Added support for PHP 8.5

src/Concord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
class Concord implements ConcordContract
2929
{
30-
const VERSION = '1.16.0';
30+
const VERSION = '1.17.0';
3131

3232
/** @var Collection */
3333
protected $modules;

0 commit comments

Comments
 (0)