File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/com/dynatrace/openkit/protocol Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# OpenKit Java Changelog
22
3- ## [ Unreleased] ( https://github.com/Dynatrace/openkit-java/compare/v2.0.0...HEAD )
3+ ## [ Unreleased] ( https://github.com/Dynatrace/openkit-java/compare/v2.0.1...HEAD )
4+
5+ ## 2.0.1 [ Release date: 2020-07-07]
6+ [ GitHub Releases] ( https://github.com/Dynatrace/openkit-java/releases/tag/v2.0.1 )
47
58### Changed
69- Fix issue with sessions being closed after splitting.
Original file line number Diff line number Diff line change 1919public class ProtocolConstants {
2020
2121 // version constants
22- public static final String OPENKIT_VERSION = "8.198 .20001" ;
22+ public static final String OPENKIT_VERSION = "8.199 .20001" ;
2323 public static final int PROTOCOL_VERSION = 3 ;
2424 public static final int PLATFORM_TYPE_OPENKIT = 1 ;
2525 public static final String AGENT_TECHNOLOGY_TYPE = "okjava" ;
Original file line number Diff line number Diff line change 1- version =2.0.1-SNAPSHOT
1+ version =2.0.1
You can’t perform that action at this time.
0 commit comments