1 parent 56baab6 commit 23cc754Copy full SHA for 23cc754
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.1.0
4
+
5
+* Repository/package ownership transferred to @JustAman62
6
+* Remove Decimal library dependency. Thanks to Aaron Tavistock!.
7
8
## 3.0.0
9
10
* Fixes deprecation warning by dropping support for Elixir <1.9.
mix.exs
@@ -6,7 +6,7 @@ defmodule ProgressBar.Mixfile do
def project do
[
app: :progress_bar,
- version: "3.0.0",
+ version: "3.1.0",
elixir: "~> 1.9",
11
build_embedded: Mix.env() == :prod,
12
start_permanent: Mix.env() == :prod,
0 commit comments