Skip to content

Commit

Permalink
release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Jul 6, 2023
1 parent 30ddfb5 commit 277a3db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.8

* Added the `Jetstream.API.Object` module for interacting with the ObjectStore pattern https://github.com/mmmries/jetstream/pull/78

## 0.0.7

* Makes `KV.put_value`, `KV.create_key`, `KV.delete_key`, and `KV.purge_key` synchronous
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 Jetstream.MixProject do
use Mix.Project

@version "0.0.7"
@version "0.0.8"
@github "https://github.com/mmmries/jetstream"

def project do
Expand Down

0 comments on commit 277a3db

Please sign in to comment.