From 8ca4ee00a4469d0e24f21039b164a5f92c39e8b6 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Mon, 11 Sep 2017 16:43:33 +0200 Subject: [PATCH] bump version to 2.0.0.0 + update Changelog --- CHANGELOG.md | 5 +++++ currency-codes.cabal | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2efacd6..b92b1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.0.0.0 (2017-09-11) + +Remove Swagger instances. It would be better to push them upstream to the swagger2 repository. + + ## v1.0.0.0 (2017-08-29) - Provide 2 types `Currency` and `Alpha` diff --git a/currency-codes.cabal b/currency-codes.cabal index 2be7367..5f5a90c 100644 --- a/currency-codes.cabal +++ b/currency-codes.cabal @@ -1,5 +1,5 @@ name: currency-codes -version: 1.0.0.4 +version: 2.0.0.0 synopsis: ISO-4217 Currency Codes description: ISO-4217 Currency Codes license: MIT @@ -9,8 +9,8 @@ maintainer: Matthias Benkort copyright: (c) 2017 Chordify category: Data build-type: Simple -homepage: https://gitlab.com/chordify/currency-codes -bug-reports: https://gitlab.com/chordify/currency-codes/issues +homepage: https://github.com/chordify/currency-codes +bug-reports: https://github.com/chordify/currency-codes/issues extra-source-files: README.md CHANGELOG.md stack.yaml