diff options
-rw-r--r-- | ChangeLog.md | 8 | ||||
-rw-r--r-- | openweathermap.cabal | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index f81641a..fa67128 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +0.3.0 +===== + + * Switch from HTTP to HTTPS API (https://api.openweathermap.org/data/2.5). + * Command line utility prints absolute humidity and local time. + * Require Servant >= 0.19. + + 0.2.0 ===== diff --git a/openweathermap.cabal b/openweathermap.cabal index 56dd126..1531eae 100644 --- a/openweathermap.cabal +++ b/openweathermap.cabal @@ -1,9 +1,8 @@ cabal-version: 1.20 name: openweathermap -version: 0.2.0 +version: 0.3.0 license: PublicDomain license-file: LICENSE -copyright: 2017, Igor Pashev <pashev.igor@gmail.com> maintainer: Igor Pashev <pashev.igor@gmail.com> author: Igor Pashev synopsis: Access data at OpenWeatherMap |