Skip to content

Commit 5489d8d

Browse files
release: 0.1.0
1 parent f4dc795 commit 5489d8d

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-05-24)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/onlyfansapi/onlyfansapi-php/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([694fd7f](https://github.com/onlyfansapi/onlyfansapi-php/commit/694fd7fba164489f3935cbf0f04f725b4b86101f))
10+
* **api:** api update ([ed74bca](https://github.com/onlyfansapi/onlyfansapi-php/commit/ed74bcaa478cab8182e932d804d4581a41754155))
11+
* **api:** manual updates ([c7b13c3](https://github.com/onlyfansapi/onlyfansapi-php/commit/c7b13c3f529ee2fd0218b0d41d22b27d38e767de))
12+
* **api:** manual updates ([1a647b0](https://github.com/onlyfansapi/onlyfansapi-php/commit/1a647b0c4cbc6e18b73540a66901561fd166e96d))
13+
* **api:** manual updates ([14c11c9](https://github.com/onlyfansapi/onlyfansapi-php/commit/14c11c9c0e75dc824c4cd84c1f54d6b943356a73))
14+
15+
16+
### Chores
17+
18+
* configure new SDK language ([4cd0b51](https://github.com/onlyfansapi/onlyfansapi-php/commit/4cd0b51f1cbcbdf800bf010644b9d9bbf38d35d6))
19+
* update SDK settings ([caba05f](https://github.com/onlyfansapi/onlyfansapi-php/commit/caba05f98d5fb809e01ccf46de1c6255ebda2dc3))

src/Version.php

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