Current section
Files
Jump to
Current section
Files
aws_signature
CHANGELOG.md
CHANGELOG.md
# Changelog
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/).
## [v0.2.0](https://github.com/aws-beam/aws_signature/tree/v0.2.0) (2021-09-27)
### Changed
- Changed `sign_v4_query_params` signatures to also accept HTTP method ([#11](https://github.com/aws-beam/aws_signature/pull/11))
## [v0.1.1](https://github.com/aws-beam/aws_signature/tree/v0.1.1) (2021-08-28)
### Added
- Support for query string signature ([#7](https://github.com/aws-beam/aws_signature/pull/7))
## [v0.1.0](https://github.com/aws-beam/aws_signature/tree/v0.1.0) (2021-08-17)
Initial release