Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-10-15)

### Bug Fixes

* Add backward compatibility for Gradle 5.0 ([5fad30c](5fad30c))
  • Loading branch information
semantic-release-bot committed Oct 15, 2021
1 parent e52248a commit fa11246
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.1.1](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.1.0...v1.1.1) (2021-10-15)


### Bug Fixes

* Add backward compatibility for Gradle 5.0 ([5fad30c](https://github.com/applandinc/appmap-gradle-plugin/commit/5fad30c377583c5d8063511bc76d07df1f6d3137))

# [1.1.0](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.2...v1.1.0) (2021-08-09)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
def defGroupId = 'com.appland'
def defArtifactId = 'appmap-gradle-plugin'
def defName = 'AppMap Gradle Plugin'
def defVersion = "1.1.0"
def defVersion = "1.1.1"
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 fa11246

Please sign in to comment.