We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81839aa commit ce8988dCopy full SHA for ce8988d
History.md
@@ -1,4 +1,9 @@
1
2
+2.2.0 / 2017-12-06
3
+==================
4
+
5
+ * feat(): Allow creating database snapshots
6
7
2.1.0 / 2017-10-30
8
==================
9
mix.exs
@@ -3,7 +3,7 @@ defmodule Rox.Mixfile do
def project do
[app: :rox,
- version: "2.1.0",
+ version: "2.2.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
0 commit comments