Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file (at least to the extent possible, I am not infallible sadly).
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added/Changed
### Fixed
---
## 0.1.3
### Added/Changed
- Fixed handling of timezone in `x-ms-date` header.
Azure is expecting the `x-ms-date` header to have the trailing timezone code as `GMT`.
Migrated to strftime in `timex` when elixir 1.11 is more acessible in different repos we will migrate to the Elixir DateTime and Calendar tools and remove `timex` dependency.
Also, added a test for the above.
### Fixed
- Addressed issues #18