We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d08a7 commit 48a9029Copy full SHA for 48a9029
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+# 2.2.0 - 2020-02-01
8
+- Require Elixir 1.6 or newer
9
+- Enable locale to be passed as a string
10
+- Update ExDoc dependency
11
+- Remove Faker dependency
12
+
13
# 2.1.0 - 2018-12-08
14
- Update `Ecto` dependency to 3.0 version
15
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Trans.Mixfile do
2
use Mix.Project
3
- @version "2.1.0"
+ @version "2.2.0"
def project do
[
0 commit comments