Skip to content

Commit

Permalink
Merge pull request #74 in OP/openkit-native from prepare-release-1.1.…
Browse files Browse the repository at this point in the history
…7 to release/1.1

* commit 'd479744abc996c7b3d6fceb74386e09512a4f44a':
  Prepare release 1.1.7

GitOrigin-RevId: d9cd1fcce55d1dc6dde51e38563270a699b2a6e9
  • Loading branch information
stefaneberl authored and openkitdt committed Apr 6, 2020
1 parent 9f5d67e commit a8c2b1a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenKit Native ( C/C++ ) Changelog

## [Unreleased](https://github.com/Dynatrace/openkit-native/compare/v1.1.6...release/1.1)
## [Unreleased](https://github.com/Dynatrace/openkit-native/compare/v1.1.7...release/1.1)

## 1.1.7 [Release date: 2020-04-06]
[GitHub Releases](https://github.com/Dynatrace/openkit-native/releases/tag/v1.1.7)

### Changed
- Fixed issue with reporting localized beacon data
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.6.{build}
version: 1.1.7.{build}

# Build with Visual Studio 2017
image: Visual Studio 2017
Expand Down
8 changes: 4 additions & 4 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ This includes device specific information like operating system, manufacturer, o
| Method Name | Description | Default Value |
| ------------- | ------------- | ---------- |
| `withApplicationVersion` | sets the application version | `"1.1.6"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 1.1.6"` |
| `withApplicationVersion` | sets the application version | `"1.1.7"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 1.1.7"` |
| `withManufacturer` | sets the manufacturer | `"Dynatrace"` |
| `withModelID` | sets the model id | `"OpenKitDevice"` |
| `withBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 1 h 45 min |
Expand All @@ -115,8 +115,8 @@ When using the OpenKit C API, additional configuration can applied to the config
| Parameter Name | Description | Default Value |
| ------------- | ------------- | ---------- |
| `useApplicationVersionForConfiguration` | sets the application version | `"1.1.6"` is used when argument is `NULL` |
| `useOperatingSystemForConfiguration` | sets the operating system name | `"OpenKit 1.1.6"` is used when argument is `NULL` |
| `useApplicationVersionForConfiguration` | sets the application version | `"1.1.7"` is used when argument is `NULL` |
| `useOperatingSystemForConfiguration` | sets the operating system name | `"OpenKit 1.1.7"` is used when argument is `NULL` |
| `useManufacturerForConfiguration` | sets the manufacturer | `"Dynatrace"` is used when argument is `NULL` |
| `useModelIDForConfiguration` | sets the model id | `"OpenKitDevice"` is used when argument is `NULL` |
| `useBeaconCacheMaxRecordAgeForConfiguration` | sets the maximum age of an entry in the beacon cache in milliseconds | 1 h 45 min when argument is less than 0 |
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.1.6
version=1.1.7

0 comments on commit a8c2b1a

Please sign in to comment.