Skip to content

Commit

Permalink
Publish 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jan 27, 2022
1 parent 87f3521 commit edc862b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# Next Release

# 22.1.0
- [feature] The agent now follows HTTP 307/308 redirects for Teamscale uploads
- [fix] Updated to latest Log4J 2.17.1

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

ext {
appVersion = '22.0.0'
appVersion = '22.1.0'

// When upgrading JaCoCo to a newer version make sure to
// check the comment in the AnalyzerCache.java and CachingInstructionsBuilder.java
Expand Down

0 comments on commit edc862b

Please sign in to comment.