diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cbf85..894b138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.0](https://github.com/GetStream/stream-ruby/compare/v5.0.0...v5.1.0) (2023-11-20) + + +### Features + +* soft delete and restore ([4c974be](https://github.com/GetStream/stream-ruby/commit/4c974be02f3b6897515c2d79d1843e03ddebd00c)) + ## [5.0.0](https://github.com/GetStream/stream-ruby/compare/v4.6.0...v5.0.0) (2023-03-31) diff --git a/lib/stream/version.rb b/lib/stream/version.rb index ec84c1f..9d85dac 100644 --- a/lib/stream/version.rb +++ b/lib/stream/version.rb @@ -1,3 +1,3 @@ module Stream - VERSION = '5.0.0'.freeze + VERSION = '5.1.0'.freeze end