Skip to content

Commit

Permalink
Merge pull request #6 from nand4011/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--client-sdk-elixir

chore(main): release 0.7.2
  • Loading branch information
nand4011 authored Aug 25, 2023
2 parents 4ae79d1 + ba7d775 commit 806f042
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 806f042

Please sign in to comment.