Skip to content

Commit ebb000b

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-03-17) ### Bug Fixes * disable http client requests ([#60](#60)) ([2131d82](2131d82))
1 parent 2131d82 commit ebb000b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/applandinc/appmap-java/compare/v1.0.0...v1.0.1) (2021-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* disable http client requests ([#60](https://github.com/applandinc/appmap-java/issues/60)) ([2131d82](https://github.com/applandinc/appmap-java/commit/2131d822d8026900f00bacac7ccb8b146c65d464))
7+
18
# 1.0.0 (2021-03-17)
29

310

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.0.0'
27+
def defaultVersion = '1.0.1'
2828

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

0 commit comments

Comments
 (0)