File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2026-01-16)
4+
5+ Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/Increase/increase-php/compare/v0.0.1...v0.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 0e9fe78] ( https://github.com/Increase/increase-php/commit/0e9fe7828945a11716c726911c20415a1477950d ) )
10+ * ** api:** api update ([ 333652a] ( https://github.com/Increase/increase-php/commit/333652a3de344cdd790655076fb95f2e1ea55ae2 ) )
11+
12+
13+ ### Chores
14+
15+ * fix invalid exception class checks ([ 8ea143a] ( https://github.com/Increase/increase-php/commit/8ea143ad19e98508771c178bff858448b5046c71 ) )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
1111<!-- x-release-please-start-version -->
1212
1313```
14- composer require "increase/increase 0.0.1 "
14+ composer require "increase/increase 0.1.0 "
1515```
1616
1717<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 55namespace Increase ;
66
77// x-release-please-start-version
8- const VERSION = '0.0.1 ' ;
8+ const VERSION = '0.1.0 ' ;
99// x-release-please-end
You can’t perform that action at this time.
0 commit comments