From d3644c3b53dd4bc849e156ade9f1458aa5562df2 Mon Sep 17 00:00:00 2001 From: Alessandro Cifani Date: Sun, 6 May 2018 19:37:42 +0200 Subject: [PATCH] v0.4.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7827da..f506063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.4.0](https://github.com/acifani/soccer-go/compare/v0.3.4...v0.4.0) +> 6 May 2018 +- Add expiry config for each call [`0443271`](https://github.com/acifani/soccer-go/commit/04432712282e3641d8d044b054026668511a7585) +- Add travis dependencies caching [`88d1789`](https://github.com/acifani/soccer-go/commit/88d178930c27d0a1e888648aad593ca0ac4af44e) +- Fix typo [`e3a4db8`](https://github.com/acifani/soccer-go/commit/e3a4db86b4e1b279867bbe7afcf4c6c48d790152) + #### [v0.3.4](https://github.com/acifani/soccer-go/compare/v0.3.3...v0.3.4) > 21 April 2018 - Fix font naming! [`38e4eb4`](https://github.com/acifani/soccer-go/commit/38e4eb42fe37f27c483cf903df97175c6d11134a) diff --git a/package.json b/package.json index 9f7cbd1..991584a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soccer-go", - "version": "0.3.4", + "version": "0.4.0", "description": "Soccer CLI for stats and results.", "license": "MIT", "repository": {