Skip to content

Commit

Permalink
Merge pull request #21 from altitudenetworks/release/1.0.2
Browse files Browse the repository at this point in the history
[Actions] Release 1.1.0
  • Loading branch information
vemel authored Apr 8, 2020
2 parents 006034c + 3e3e000 commit ce2a94f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,17 @@ All notable changes to this project are documented on [Releases](https://github.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

[Released]
# [Released]

## [1.1.0] - 2020-04-08

### Changed

- `partiton_key` argument is mandatory in `DynamoTable.query`

### Fixed

- `DynamoTable.clear_table` error if `partition_key_prefix` is used
- On fail, requests are repeated 5 times (was 3)
- Check for valid operators in `DynamoTable.query` opertaion

2 changes: 1 addition & 1 deletion dynamo_query/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0

0 comments on commit ce2a94f

Please sign in to comment.