Skip to content

Commit

Permalink
chore(main): release 0.6.5 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 67f4437 commit e28f09c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.5](https://github.com/momentohq/client-sdk-elixir/compare/v0.6.4...v0.6.5) (2023-09-22)


### Miscellaneous

* switch docs and examples to use pre-built configurations ([#79](https://github.com/momentohq/client-sdk-elixir/issues/79)) ([3ff3b2f](https://github.com/momentohq/client-sdk-elixir/commit/3ff3b2f3ff44ced8b1bd4ccf7e151049415f5ef1))

## [0.6.4](https://github.com/momentohq/client-sdk-elixir/compare/v0.6.3...v0.6.4) (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion src/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Momento.MixProject do
def project do
[
app: :gomomento,
version: "0.6.4",
version: "0.6.5",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit e28f09c

Please sign in to comment.