From 05ac47af9b67bbd2e1fda30401f468eb64aa5d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Wed, 14 Apr 2021 13:28:22 +0200 Subject: [PATCH] Publish version 0.9.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 148e1c4..d16addc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. (Nothing yet) +## [0.9.3] - 2021-04-14 + +### Added + +- Added support for setting a custom API base url, so it's possible to connect to the API through a proxy. +- Added support for adding custom request headers. + +### Changed + +- Switched from passing the apikey in query string to authorization header. + ## [0.9.2] - 2020-05-14 ### Added