Current section
Files
Jump to
Current section
Files
req_athena
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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.1.2](https://github.com/livebook-dev/req_athena/tree/v0.1.2) (2022-12-23)
### Changed
- Use `Enum.zip_with` instead ([#29](https://github.com/livebook-dev/req_athena/pull/29))
### Fixed
- Get query's response from a different part of `GetQueryResults` response ([#27](https://github.com/livebook-dev/req_athena/pull/27))
## [v0.1.1](https://github.com/livebook-dev/req_athena/tree/v0.1.1) (2022-07-14)
### Added
- Add support for `:aws_credentials` ([#21](https://github.com/livebook-dev/req_athena/pull/21), [#22](https://github.com/livebook-dev/req_athena/pull/22), [#23](https://github.com/livebook-dev/req_athena/pull/23), [#24](https://github.com/livebook-dev/req_athena/pull/24), [8805cfe](https://github.com/livebook-dev/req_athena/commit/8805cfebb622d56c83c3f77948dbc2ba4dae9011))
## [v0.1.0](https://github.com/livebook-dev/req_athena/tree/v0.1.0) (2022-06-29)
Initial release.