Skip to content

Commit e09cccb

Browse files
committed
chore: Updated changelog and version
1 parent 23230fd commit e09cccb

File tree

4 files changed

+2110
-926
lines changed

4 files changed

+2110
-926
lines changed

CHANGELOG.md

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

3+
## 2.0.0 (Sep 17, 2024)
4+
- Added support for php 8.3
5+
- Bug fixes
6+
37
## 1.1.12 (Feb 8, 2018)
48
- Updated license and fixed composer.json issues
59

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.12
1+
2.0.0

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"phpunit/phpunit": "^9.0",
1111
"mockery/mockery": "^1.0",
1212
"phpmd/phpmd" : "@stable",
13-
"php-coveralls/php-coveralls": "^2.2"
13+
"php-coveralls/php-coveralls": "^2.2",
14+
"theseer/phpdox": "^0.7.0"
1415
},
1516
"autoload": {
1617
"psr-4" : {

0 commit comments

Comments
 (0)