Skip to content

Commit

Permalink
Prep v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffutter committed Aug 10, 2022
1 parent e3103fd commit e824eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

# 0.7.0
# 0.7.0 (2022-08-10)

- Updates to the recent upstream release of `elixir-grpc` [`v0.5.0`](https://github.com/elixir-grpc/grpc/releases/tag/v0.5.0)

# Breaking Changes
## Breaking Changes

- Spawn supervisor now expects a Keyword list instead of a tuple.
- Before:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GRPC.Mixfile do
use Mix.Project

@version "0.5.0"
@version "0.7.0"

def project do
[
Expand Down

0 comments on commit e824eec

Please sign in to comment.