diff --git a/CHANGELOG.md b/CHANGELOG.md index a102ca4..09e1322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/SebRollen/vila/compare/v1.0.0...v1.0.1) (2021-11-09) + + +### Bug Fixes + +* overwrite existing query if conflict in pagination ([4010fbe](https://www.github.com/SebRollen/vila/commit/4010fbe0b81bf0d05e194430021d86b23fed891a)) + ## 1.0.0 (2021-11-05) ### Features diff --git a/Cargo.lock b/Cargo.lock index 92f6446..2be0a90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,7 +1254,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vila" -version = "1.0.0" +version = "1.0.1" dependencies = [ "futures", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 73040ab..3ec604c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vila" -version = "1.0.0" +version = "1.0.1" authors = ["Sebastian Rollen "] edition = "2021" license = "MIT"