Skip to content

Commit ea95bcc

Browse files
release: 2.3.0
1 parent 5889365 commit ea95bcc

4 files changed

Lines changed: 14 additions & 3 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-
".": "2.2.0"
2+
".": "2.3.0"
33
}

CHANGELOG.md

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

3+
## 2.3.0 (2026-07-11)
4+
5+
Full Changelog: [v2.2.0...v2.3.0](https://github.com/context-dot-dev/context-php-sdk/compare/v2.2.0...v2.3.0)
6+
7+
### Features
8+
9+
* **api:** api update ([5889365](https://github.com/context-dot-dev/context-php-sdk/commit/588936589a271abf52be663cd4e6c94f0e4a6255))
10+
* **api:** api update ([70de3e2](https://github.com/context-dot-dev/context-php-sdk/commit/70de3e2d6f801f5f91b2c6eac2d49ab758d56a4c))
11+
* **api:** api update ([4379e97](https://github.com/context-dot-dev/context-php-sdk/commit/4379e97f952247e5c473b0c8bba5790ea2b352f9))
12+
* **api:** api update ([50c3528](https://github.com/context-dot-dev/context-php-sdk/commit/50c35289242fd7e81f8a60614506fe5fc9984b6d))
13+
314
## 2.2.0 (2026-07-10)
415

516
Full Changelog: [v2.1.0...v2.2.0](https://github.com/context-dot-dev/context-php-sdk/compare/v2.1.0...v2.2.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The REST API documentation can be found on [docs.context.dev](https://docs.conte
1313
<!-- x-release-please-start-version -->
1414

1515
```
16-
composer require "context-dev/context-dev-php 2.2.0"
16+
composer require "context-dev/context-dev-php 2.3.0"
1717
```
1818

1919
<!-- 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 ContextDev;
66

77
// x-release-please-start-version
8-
const VERSION = '2.2.0';
8+
const VERSION = '2.3.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)