From 462a3441969c343a8d28fd0685d1925a282f7459 Mon Sep 17 00:00:00 2001 From: Ben Hansen Date: Tue, 11 Sep 2018 09:22:22 -0700 Subject: [PATCH] v0.1.4 changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b35d0..f61c6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v0.1.4](https://github.com/bnhansn/ex_gdax/tree/v0.1.4) (2018-09-11) +[Full Changelog](https://github.com/bnhansn/ex_gdax/compare/v0.1.3...v0.1.4) + +**Closed issues:** + +- Release version 0.1.3 [\#11](https://github.com/bnhansn/ex_gdax/issues/11) + +**Merged pull requests:** + +- Update default url to coinbase pro [\#14](https://github.com/bnhansn/ex_gdax/pull/14) ([rupurt](https://github.com/rupurt)) +- Add user fee rate [\#13](https://github.com/bnhansn/ex_gdax/pull/13) ([rupurt](https://github.com/rupurt)) +- Run elixir formatter [\#12](https://github.com/bnhansn/ex_gdax/pull/12) ([bnhansn](https://github.com/bnhansn)) + ## [v0.1.3](https://github.com/bnhansn/ex_gdax/tree/v0.1.3) (2018-03-27) [Full Changelog](https://github.com/bnhansn/ex_gdax/compare/v0.1.2...v0.1.3)