We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bfeb7 commit b98d3deCopy full SHA for b98d3de
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unpublished
4
5
+## 0.3.6
6
+
7
- Update development dependencies
8
- Update Elixir, Erlang versions for development
9
- Use internal module for UUID generation, based on `ecto`'s implementation
mix.exs
@@ -1,7 +1,7 @@
1
defmodule AbsintheGraphqlWS.MixProject do
use Mix.Project
- @version "0.3.5"
+ @version "0.3.6"
def project do
[
app: :absinthe_graphql_ws,
0 commit comments