diff --git a/CHANGELOG.md b/CHANGELOG.md index cb09a59..0ecc7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Date format: DD/MM/YYYY +## 4.4.0 - [30/05/2023] + +- **NEW** `queryBook.queryType` ([#15](https://github.com/bdlukaa/books_finder/pull/15)) + ## 4.3.0 - [01/05/2022] - **MINOR BREAKING** Renamed `BookInfo.industryIdentifier` to `BookInfo.industryIdentifiers` diff --git a/pubspec.yaml b/pubspec.yaml index 85ea631..fe38310 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: books_finder description: A library to help on the search for books on google books api -version: 4.3.0 +version: 4.4.0 repository: https://github.com/bdlukaa/books_finder environment: - sdk: ">=2.15.0 <3.0.0" + sdk: ">=2.15.0 <4.0.0" dependencies: http: ^1.0.0