Skip to content

Commit

Permalink
chore(main): release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Aug 25, 2023
1 parent 4ae79d1 commit ba7d775
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.7.2](https://github.com/nand4011/client-sdk-elixir/compare/v0.7.1...v0.7.2) (2023-08-25)


### Miscellaneous

* release-please 3 ([c1b8f0a](https://github.com/nand4011/client-sdk-elixir/commit/c1b8f0a5a0b8cb2a09d66bfc689d8d0927c5a39d))

## [0.7.1](https://github.com/nand4011/client-sdk-elixir/compare/v0.7.0...v0.7.1) (2023-08-25)


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.7.1",
version: "0.7.2",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit ba7d775

Please sign in to comment.