Skip to content

Commit

Permalink
release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Oct 22, 2023
1 parent 16ab4f5 commit 1d17565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.7

* Added support for the NATS [services API](https://github.com/nats-io/nats.go/blob/main/micro/README.md), letting developers participate in service discovery and stats https://github.com/nats-io/nats.ex/pull/141
* A bugfix to remove the queue_group from a service config and some optimization for the services API https://github.com/nats-io/nats.ex/pull/145

## 1.6

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Gnat.Mixfile do
use Mix.Project

@source_url "https://github.com/nats-io/nats.ex"
@version "1.7.0"
@version "1.7.1"

def project do
[
Expand Down

0 comments on commit 1d17565

Please sign in to comment.