Skip to content

Commit d7cb11d

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2021-08-09) ### Bug Fixes * Memoize package name ([0a74b37](0a74b37)) * Record to designated output directory ([5787108](5787108)) ### Features * Ignore common methods ([53e537d](53e537d)) * Implement 'shallow' mode ([ebf10ea](ebf10ea))
1 parent 83c01be commit d7cb11d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.4.0](https://github.com/applandinc/appmap-java/compare/v1.3.0...v1.4.0) (2021-08-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Memoize package name ([0a74b37](https://github.com/applandinc/appmap-java/commit/0a74b375d356753619574c3285c98d9235b03282))
7+
* Record to designated output directory ([5787108](https://github.com/applandinc/appmap-java/commit/57871083ef43472da759c65da25e26ec6bebf0ae))
8+
9+
10+
### Features
11+
12+
* Ignore common methods ([53e537d](https://github.com/applandinc/appmap-java/commit/53e537d703bcc4f4995bb6c2a4f5609297f529aa))
13+
* Implement 'shallow' mode ([ebf10ea](https://github.com/applandinc/appmap-java/commit/ebf10eaf6e95585917ddadc63e1b8422be11d5b6))
14+
115
# [1.3.0](https://github.com/applandinc/appmap-java/compare/v1.2.0...v1.3.0) (2021-08-02)
216

317

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
// hardcoded -- could be redefined via env variables and project properties (see below)
2525
def parameterizedVersion = findProperty('appMapAgentVersion')
2626
def travisVersion = System.getenv("TRAVIS_BRANCH")
27-
def defaultVersion = '1.3.0'
27+
def defaultVersion = '1.4.0'
2828

2929
def versionLikeRegexp = /^\d+\.\d+.*/
3030
def travisVersionValid = travisVersion && (travisVersion ==~ versionLikeRegexp)

0 commit comments

Comments
 (0)