Skip to content

Commit

Permalink
release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Oct 19, 2023
1 parent bd5ca30 commit 5022b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.9

* Added support for Jetstream domains https://github.com/mmmries/jetstream/pull/86

## 0.0.8

* Added the `Jetstream.API.Object` module for interacting with the ObjectStore pattern https://github.com/mmmries/jetstream/pull/78
Expand All @@ -22,4 +26,4 @@

## 0.0.3

* add `Jetstream.API.KV.contents/2` function https://github.com/mmmries/jetstream/pull/64
* add `Jetstream.API.KV.contents/2` function https://github.com/mmmries/jetstream/pull/64
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.8"
@version "0.0.9"
@github "https://github.com/mmmries/jetstream"

def project do
Expand Down

0 comments on commit 5022b37

Please sign in to comment.