Skip to content

Commit

Permalink
Merge pull request #130 in OP/openkit-java from feature/prepare-bugfi…
Browse files Browse the repository at this point in the history
…x-release-2.0.1 to release/2.0

* commit '7ad540b500130658c24e6a061351820e5dbdb30d':
  Prepare bugfix release 2.0.1

GitOrigin-RevId: b26cd3f8068a3189991673f2d51b56d6ee6e0661
  • Loading branch information
stefaneberl authored and openkitdt committed Jul 7, 2020
1 parent eaa9ac3 commit 5b2e84d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenKit Java Changelog

## [Unreleased](https://github.com/Dynatrace/openkit-java/compare/v2.0.0...HEAD)
## [Unreleased](https://github.com/Dynatrace/openkit-java/compare/v2.0.1...HEAD)

## 2.0.1 [Release date: 2020-07-07]
[GitHub Releases](https://github.com/Dynatrace/openkit-java/releases/tag/v2.0.1)

### Changed
- Fix issue with sessions being closed after splitting.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class ProtocolConstants {

// version constants
public static final String OPENKIT_VERSION = "8.198.20001";
public static final String OPENKIT_VERSION = "8.199.20001";
public static final int PROTOCOL_VERSION = 3;
public static final int PLATFORM_TYPE_OPENKIT = 1;
public static final String AGENT_TECHNOLOGY_TYPE = "okjava";
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.1-SNAPSHOT
version=2.0.1

0 comments on commit 5b2e84d

Please sign in to comment.