diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c5890..368bc89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,4 +15,8 @@ ## 1.0.5 -- Make toJson reversible with fromJson \ No newline at end of file +- Make toJson reversible with fromJson + +## 1.0.6 + +- Remove unused import \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 749d7cf..bdb947a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: trip_advisor_api description: A dart package to communicate with trip advisor api. this package lets you do all of the api's functions -version: 1.0.5 +version: 1.0.6 # homepage: https://www.example.com repository: https://github.com/Gypsy-IL/trip_advisor_api