diff --git a/packages/redis_client/CHANGELOG.md b/packages/redis_client/CHANGELOG.md index a934f5bd..a194713a 100644 --- a/packages/redis_client/CHANGELOG.md +++ b/packages/redis_client/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.0.6 + +- feat: add new commands: + - [MSET](https://redis.io/commands/mset) + # 0.0.5 - feat: add new commands: diff --git a/packages/redis_client/pubspec.yaml b/packages/redis_client/pubspec.yaml index 9ca7b35b..4c3433a9 100644 --- a/packages/redis_client/pubspec.yaml +++ b/packages/redis_client/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_redis_client description: A lightweight Dart client library for communicating with a Redis server. Built by Shorebird. -version: 0.0.5 +version: 0.0.6 homepage: https://shorebird.dev repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client topics: [redis, cache, shorebird]