diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 6a8580b..abcbc81 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.6](https://github.com/momentohq/client-sdk-elixir/compare/v0.6.5...v0.6.6) (2023-09-22) + + +### Miscellaneous + +* add module doc for Configurations ([#82](https://github.com/momentohq/client-sdk-elixir/issues/82)) ([aa0e418](https://github.com/momentohq/client-sdk-elixir/commit/aa0e418d76bd58ebca4ef3a83dad6418ed071103)) + ## [0.6.5](https://github.com/momentohq/client-sdk-elixir/compare/v0.6.4...v0.6.5) (2023-09-22) diff --git a/src/mix.exs b/src/mix.exs index 608fad4..46d485b 100644 --- a/src/mix.exs +++ b/src/mix.exs @@ -4,7 +4,7 @@ defmodule Momento.MixProject do def project do [ app: :gomomento, - version: "0.6.5", + version: "0.6.6", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, elixirc_paths: elixirc_paths(Mix.env()),