File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Inspired from [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
4
4
5
+ ## [ Unreleased]
6
+ ### Added
7
+ ### Changed
8
+ ### Deprecated
9
+ ### Removed
10
+ ### Fixed
11
+ ### Security
12
+ ### Updated APIs
13
+
5
14
## [ 2.4.3]
6
15
### Added
7
16
- Added ` auth_aws ` option to GuzzleClientFactory and SymfonyClientFactory ([ #314 ] ( https://github.com/opensearch-project/opensearch-php/pull/314 ) )
Original file line number Diff line number Diff line change 108
108
*/
109
109
class Client
110
110
{
111
- public const VERSION = '2.4.3 ' ;
111
+ public const VERSION = '2.4.4 ' ;
112
112
113
113
/**
114
114
* @var Transport
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use OpenSearch\Namespaces\NamespaceBuilderInterface;
34
34
class Client
35
35
{
36
36
37
- const VERSION = '2.4.3 ';
37
+ const VERSION = '2.4.4 ';
38
38
39
39
/**
40
40
* @var Transport
You can’t perform that action at this time.
0 commit comments