Skip to content

Commit

Permalink
release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Apr 17, 2024
1 parent a744c75 commit 353b7bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.8

* Integrated the jetstream functionality into this client directly https://github.com/nats-io/nats.ex/pull/146
* Add ability to list KV buckets https://github.com/nats-io/nats.ex/pull/152
* Improve CI Reliability https://github.com/nats-io/nats.ex/pull/154

## 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
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.8.1"
@version "1.8.2"

def project do
[
Expand Down

0 comments on commit 353b7bf

Please sign in to comment.