Skip to content

Commit

Permalink
Pull request #241: RUM-7455 Jump to 3.0
Browse files Browse the repository at this point in the history
Merge in OP/openkit-java from feature/RUM-7455-release-preparation-raise-version to main

* commit 'dfeb632e3db05e23d2702dd1098e31ec9c851b31':
  RUM-7455 Changing Readme
  RUM-7455 Jump to 3.0

GitOrigin-RevId: 8bbca439ad358d04d42f30527f2761224f7a5897
  • Loading branch information
TheHighriser authored and openkitdt committed Dec 6, 2022
1 parent bddb090 commit 46e4427
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.2.0...HEAD)
## [Unreleased](https://github.com/Dynatrace/openkit-java/compare/v3.0.0...HEAD)

## 3.0.0 [Release date: 2022-12-06]
[GitHub Releases](https://github.com/Dynatrace/openkit-java/releases/tag/v3.0.0)

### Added
- User-Agent header for http requests
Expand Down
2 changes: 1 addition & 1 deletion docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ customize OpenKit. This includes device specific information like operating syst

| Method Name | Description | Default Value |
| ------------- | ------------- | ---------- |
| `withApplicationVersion` | sets the application version | `"2.3.0"` |
| `withApplicationVersion` | sets the application version | `"3.0.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.0.0"` |
| `withManufacturer` | sets the manufacturer | `"Dynatrace"` |
| `withModelID` | sets the model id | `"OpenKitDevice"` |
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.217.20300";
public static final String OPENKIT_VERSION = "8.257.30000";
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=3.0.0-SNAPSHOT
version=3.0.0

0 comments on commit 46e4427

Please sign in to comment.