diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f194c2..2a3d7a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,8 @@ * Add support for exporting raw dependencies from okbuck ### Version 0.53.2 -* Bug fix to handle export dependencies file path correctly. \ No newline at end of file +* Bug fix to handle export dependencies file path correctly. + +### Version 0.53.3 +* Add configuration cleanCacheDir to conditionally delete the cache directory or + just the existing dependency rules files \ No newline at end of file diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 2c5f7d92..55706524 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.uber -VERSION_NAME=0.53.3-SNAPSHOT +VERSION_NAME=0.53.3 POM_DESCRIPTION=A Gradle plugin that lets developers utilize the Buck build system on a Gradle project POM_URL=https://github.com/uber/okbuck/ POM_SCM_URL=https://github.com/uber/okbuck/