Skip to content

Commit 32531f0

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2023-09-13) ### Bug Fixes * don't require appmap.configFile ([eaa87c0](eaa87c0)) ### Features * default output directory is now tmp/appmap ([2491798](2491798))
1 parent dfd7d77 commit 32531f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.2.0](https://github.com/getappmap/appmap-gradle-plugin/compare/v1.1.1...v1.2.0) (2023-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* don't require appmap.configFile ([eaa87c0](https://github.com/getappmap/appmap-gradle-plugin/commit/eaa87c01c59e561d6062c60093bff82acda7bcef))
7+
8+
9+
### Features
10+
11+
* default output directory is now tmp/appmap ([2491798](https://github.com/getappmap/appmap-gradle-plugin/commit/2491798db4def431a848a31c2299f6f6330300e1))
12+
113
## [1.1.1](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.1.0...v1.1.1) (2021-10-15)
214

315

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
def defGroupId = 'com.appland'
1313
def defArtifactId = 'appmap-gradle-plugin'
1414
def defName = 'AppMap Gradle Plugin'
15-
def defVersion = "1.1.1"
15+
def defVersion = "1.2.0"
1616
def defDescription = 'Gradle plugin to record AppMaps'
1717
def defGitSlug = "applandinc/appmap-gradle-plugin"
1818
def defMavenRepo = 'https://s01.oss.sonatype.org'

0 commit comments

Comments
 (0)