Skip to content

Commit

Permalink
chore(release): release 5.2.0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Aug 29, 2022
1 parent 31bc4f8 commit 8123d1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.2.0](https://github.com/GetStream/stream-php/compare/5.1.1...5.2.0) (2022-08-29)


### Features

* **activities:** add get activities api ([#111](https://github.com/GetStream/stream-php/issues/111)) ([971f6a6](https://github.com/GetStream/stream-php/commit/971f6a6135fd591603278289d01a0e3962785095))
* **guzzle:** add custom http middleware possibility ([#112](https://github.com/GetStream/stream-php/issues/112)) ([6960b3f](https://github.com/GetStream/stream-php/commit/6960b3f9b67170be845404d87c0ffc2e48237a46))


### Bug Fixes

* bump guzzle for security and add 8.2 ([#114](https://github.com/GetStream/stream-php/issues/114)) ([31bc4f8](https://github.com/GetStream/stream-php/commit/31bc4f80740bb0192d8d4a14b23837bcf11a4d4d))
* fix phan errors ([1b15faa](https://github.com/GetStream/stream-php/commit/1b15faa24c9f29d289f8565fff13cced6e31edcf))
* pr comment fixes ([3bd65f3](https://github.com/GetStream/stream-php/commit/3bd65f32c714c39114a9e7cbc52adf14b9f06acc))

## 5.1.1 - 2021-09-28
* Replace deprecated query parse of Guzzle

Expand Down
2 changes: 1 addition & 1 deletion lib/GetStream/Stream/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Constant
{
const VERSION = '5.1.1';
const VERSION = '5.2.0';
}

0 comments on commit 8123d1e

Please sign in to comment.