diff options
-rw-r--r-- | ChangeLog.md | 7 | ||||
-rw-r--r-- | openweathermap.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index bb37296..a8b89ba 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +0.2.0 +===== + + * (* BREAKING *) Made Location a part of the API to + reduce code duplication. + + 0.1.0 ===== diff --git a/openweathermap.cabal b/openweathermap.cabal index 91a81f8..2138576 100644 --- a/openweathermap.cabal +++ b/openweathermap.cabal @@ -1,5 +1,5 @@ name: openweathermap -version: 0.1.0 +version: 0.2.0 synopsis: Access data at OpenWeatherMap description: Client library and command-line utility to access OpenWeatherMap https://openweathermap.org |