Skip to content

Commit e97fc63

Browse files
authored
Back to dev (#324)
Signed-off-by: Kim Pepper <[email protected]>
1 parent db138f2 commit e97fc63

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

5+
## [Unreleased]
6+
### Added
7+
### Changed
8+
### Deprecated
9+
### Removed
10+
### Fixed
11+
### Security
12+
### Updated APIs
13+
514
## [2.4.3]
615
### Added
716
- Added `auth_aws` option to GuzzleClientFactory and SymfonyClientFactory ([#314](https://github.com/opensearch-project/opensearch-php/pull/314))

src/OpenSearch/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
*/
109109
class Client
110110
{
111-
public const VERSION = '2.4.3';
111+
public const VERSION = '2.4.4';
112112

113113
/**
114114
* @var Transport

util/template/client-class

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use OpenSearch\Namespaces\NamespaceBuilderInterface;
3434
class Client
3535
{
3636

37-
const VERSION = '2.4.3';
37+
const VERSION = '2.4.4';
3838

3939
/**
4040
* @var Transport

0 commit comments

Comments
 (0)