Skip to content

Commit 076c10d

Browse files
committed
prepare for beta release
Signed-off-by: Andy Miller <rhuk@mac.com>
1 parent 2d75649 commit 076c10d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v1.8.0-beta.22
2+
## 11/06/2025
3+
4+
1. [](#bugfix)
5+
* Removed over zealous safety checks
6+
* Removed .gitattributes which was causing some unintended issues
7+
18
# v1.8.0-beta.21
29
## 11/05/2025
310

system/defines.php

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

1010
// Some standard defines
1111
define('GRAV', true);
12-
define('GRAV_VERSION', '1.8.0-beta.21');
12+
define('GRAV_VERSION', '1.8.0-beta.22');
1313
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
1414
define('GRAV_TESTING', true);
1515

0 commit comments

Comments
 (0)