Skip to content

Commit 50df8e7

Browse files
authored
Merge pull request #147 from GetStream/release-v5.1.0
Release v5.1.0
2 parents cd7592f + 30a40cb commit 50df8e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [5.1.0](https://github.com/GetStream/stream-ruby/compare/v5.0.0...v5.1.0) (2023-11-20)
6+
7+
8+
### Features
9+
10+
* soft delete and restore ([4c974be](https://github.com/GetStream/stream-ruby/commit/4c974be02f3b6897515c2d79d1843e03ddebd00c))
11+
512
## [5.0.0](https://github.com/GetStream/stream-ruby/compare/v4.6.0...v5.0.0) (2023-03-31)
613

714

lib/stream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Stream
2-
VERSION = '5.0.0'.freeze
2+
VERSION = '5.1.0'.freeze
33
end

0 commit comments

Comments
 (0)