Skip to content

Commit

Permalink
Merge pull request #4 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.1
  • Loading branch information
nand4011 authored Aug 25, 2023
2 parents 6859819 + 27f759f commit fd200ab
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.1](https://github.com/nand4011/client-sdk-elixir/compare/v0.7.0...v0.7.1) (2023-08-25)


### Miscellaneous

* release-please 2 ([b272777](https://github.com/nand4011/client-sdk-elixir/commit/b272777589f3fdbf9fed9d815dbb23313d8c98bb))

## [0.7.0](https://github.com/nand4011/client-sdk-elixir/compare/v0.6.2...v0.7.0) (2023-08-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.7.0",
version: "0.7.1",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit fd200ab

Please sign in to comment.