diff --git a/CHANGELOG.md b/CHANGELOG.md index a0712a7..adbda89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ ## 0.1.0 - Initial version. + +## 0.1.1 + +- Fix: compatibility: The superclass 'RequestBase' doesn't have a zero argument constructor. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 5a4bc79..eaa34e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: client_code_generators description: Converts HTTP requests into different languages of your choice, generating HTTP request code for the same language. -version: 0.1.0 +version: 0.1.1 repository: https://github.com/Paulo-Lopes-Estevao/client-code-generators topics: