diff --git a/CHANGELOG.md b/CHANGELOG.md index d641d2c3..a1bd193c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -173,3 +173,9 @@ ## Deprecations * Deprecated the `*Builder` classes and related methods. #82 #87 + +# fulib v1.5.1 + +## Bugfixes + +* Generated code now includes FMethod type parameters. #90 diff --git a/README.md b/README.md index d52c1a7b..2663cfd9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ dependencies { // optional, to override the version of fulib used by fulibScenarios: // https://mvnrepository.com/artifact/org.fulib/fulib - fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.5.0' + fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.5.1' } ```