From 15a7b2bffd839f4979fbfda349bb2089333311bc Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Tue, 26 Nov 2019 13:44:09 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7e679..3f41b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1 (26 Nov 2019)](https://github.com/dmitry-ivanov/dark-sky-api/compare/1.1.0...1.1.1) +### Fixed +- Fix latitude/longitude parameters for locales with "," decimal separator + ## [1.1.0 (13 Sep 2019)](https://github.com/dmitry-ivanov/dark-sky-api/compare/1.0.0...1.1.0) ### Added - Laravel 6 support.