diff --git a/CHANGELOG.md b/CHANGELOG.md index f85c7f9..7aba0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.1.0](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.2...v1.1.0) (2021-08-09) + + +### Bug Fixes + +* Don't clean the output directory on build ([3cf48c3](https://github.com/applandinc/appmap-gradle-plugin/commit/3cf48c33fef1bfb88fb4608c2b278d8f184d75b1)) +* gsub Appmap -> AppMap ([9286a9f](https://github.com/applandinc/appmap-gradle-plugin/commit/9286a9f416d9f8ac3985516b5a41c113c9f8687e)) + + +### Features + +* Add task to print the appmap jar file path and java.home ([7e0cefe](https://github.com/applandinc/appmap-gradle-plugin/commit/7e0cefedf0c4227d9113f7f49392352eb61335c9)) +* Agent version ranges from 1.3 to 2.0 (not inclusive) ([e32f238](https://github.com/applandinc/appmap-gradle-plugin/commit/e32f238c18c02d9ada157f74f1496b8e59f4eae5)) +* Apply version constraint [1.0, 2.0) to appmap-agent ([ceec53c](https://github.com/applandinc/appmap-gradle-plugin/commit/ceec53ca003f03633cff34a6facd2d8a86f580fd)) +* Rename 'validate-config' task to 'appmap-validate-config' ([d4418ac](https://github.com/applandinc/appmap-gradle-plugin/commit/d4418acbcaa50d6c7767454546a1dee7b6004f52)) +* Update behavior of debug flag ([d6e9019](https://github.com/applandinc/appmap-gradle-plugin/commit/d6e9019a2eb505c0acf01b4ae62534dac6619b71)) + ## [1.0.2](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.1...v1.0.2) (2021-05-20) diff --git a/build.gradle b/build.gradle index 9041f3a..9131298 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { def defGroupId = 'com.appland' def defArtifactId = 'appmap-gradle-plugin' def defName = 'AppMap Gradle Plugin' -def defVersion = "1.0.2" +def defVersion = "1.1.0" def defDescription = 'Gradle plugin to record AppMaps' def defGitSlug = "applandinc/appmap-gradle-plugin" def defMavenRepo = 'https://s01.oss.sonatype.org'