Skip to content

Commit

Permalink
chore(main): release momento 0.4.8 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 67845af commit 7cddf5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.7"
".": "0.4.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.8](https://github.com/momentohq/client-sdk-ruby/compare/momento/v0.4.7...momento/v0.4.8) (2024-04-30)


### Bug Fixes

* check out the repo with the machine user token ([#166](https://github.com/momentohq/client-sdk-ruby/issues/166)) ([67845af](https://github.com/momentohq/client-sdk-ruby/commit/67845af1da172271ea0e604d4ab8d6e749a7d7c1))

## [0.4.7](https://github.com/momentohq/client-sdk-ruby/compare/momento/v0.4.6...momento/v0.4.7) (2024-04-30)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
momento (0.4.7)
momento (0.4.8)
grpc (~> 1.62)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/momento/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Momento
# This gem's version.
VERSION = "0.4.7"
VERSION = "0.4.8"
end

0 comments on commit 7cddf5d

Please sign in to comment.