Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2021-05-20)

### Bug Fixes

* to be able to config gradle plugin from a kotlin .kts script ([#10](#10)) ([eb2f555](eb2f555))
  • Loading branch information
semantic-release-bot committed May 20, 2021
1 parent eb2f555 commit 87e894a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.1...v1.0.2) (2021-05-20)


### Bug Fixes

* to be able to config gradle plugin from a kotlin .kts script ([#10](https://github.com/applandinc/appmap-gradle-plugin/issues/10)) ([eb2f555](https://github.com/applandinc/appmap-gradle-plugin/commit/eb2f555bff214f0a39686408a9210bf94b026589))

## [1.0.1](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.0...v1.0.1) (2021-05-12)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
def defGroupId = 'com.appland'
def defArtifactId = 'appmap-gradle-plugin'
def defName = 'AppMap Gradle Plugin'
def defVersion = "1.0.1"
def defVersion = "1.0.2"
def defDescription = 'Gradle plugin to record AppMaps'
def defGitSlug = "applandinc/appmap-gradle-plugin"
def defMavenRepo = 'https://s01.oss.sonatype.org'
Expand Down

0 comments on commit 87e894a

Please sign in to comment.