File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2026-01-21)
4+
5+ Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/Increase/increase-php/compare/v0.1.0...v0.2.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ b665baf] ( https://github.com/Increase/increase-php/commit/b665baffa57500a541979f2a52a0c12463d2aaf7 ) )
10+
11+
12+ ### Chores
13+
14+ * ** internal:** codegen related update ([ 69d7512] ( https://github.com/Increase/increase-php/commit/69d75122507ac57afb517a58629326dcfbf984ca ) )
15+ * ** internal:** codegen related update ([ 2cbd114] ( https://github.com/Increase/increase-php/commit/2cbd11464eed84ce051a1a697fe06559b6ecda6c ) )
16+ * ** internal:** update ` actions/checkout ` version ([ 8a96ae7] ( https://github.com/Increase/increase-php/commit/8a96ae79de792e15c7d4f86069b132c7a7bc934b ) )
17+ * ** internal:** update phpstan comments ([ 6df96cd] ( https://github.com/Increase/increase-php/commit/6df96cd7feea0e13a6b00691b15d2c49b151dd9d ) )
18+
319## 0.1.0 (2026-01-16)
420
521Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/Increase/increase-php/compare/v0.0.1...v0.1.0 )
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.1 .0"
14+ composer require "increase/increase 0.2 .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.1 .0 ' ;
8+ const VERSION = '0.2 .0 ' ;
99// x-release-please-end
You can’t perform that action at this time.
0 commit comments