diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb32ae..d3f19ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.1 + +* Fix result data class schema [#50](https://github.com/leoafarias/pub_api_client/pull/50) + ## 2.7.0 * Updated schema by @leoafarias diff --git a/lib/src/version.dart b/lib/src/version.dart index 315a766..f6568a3 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.7.0'; +const packageVersion = '2.7.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 5c20417..6d74f29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: pub_api_client description: An API Client for Pub to interact with public package information. -version: 2.7.0 +version: 2.7.1 homepage: https://github.com/leoafarias/pub_api_client environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=3.0.0" dependencies: