Skip to content

Commit f60dddf

Browse files
release: 0.1.0
1 parent 0e9fe78 commit f60dddf

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace 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

0 commit comments

Comments
 (0)