Skip to content

Commit

Permalink
Merge pull request #137 from stefaneberl/release/1.0
Browse files Browse the repository at this point in the history
Pump version to 1.0.1
  • Loading branch information
stefaneberl authored Nov 12, 2018
2 parents 9acf711 + 49a9691 commit 57c2364
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.0.0...release/1.0)
## [Unreleased](https://github.com/Dynatrace/openkit-native/compare/v1.0.1...release/1.0)

## 1.0.1 [Release date: 2018-11-12]
[GitHub Releases](https://github.com/Dynatrace/openkit-native/releases/tag/v1.0.1)

### Changed
- Sleep calls in BeaconSender are interruptible to ensure OpenKit can be shutdown in time
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.0.0.{build}
version: 1.0.1.{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.0.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 1.0.0"` |
| `withApplicationVersion` | sets the application version | `"1.0.1"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 1.0.1"` |
| `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.0.0"` is used when argument is `NULL` |
| `useOperatingSystemForConfiguration` | sets the operating system name | `"OpenKit 1.0.0"` is used when argument is `NULL` |
| `useApplicationVersionForConfiguration` | sets the application version | `"1.0.1"` is used when argument is `NULL` |
| `useOperatingSystemForConfiguration` | sets the operating system name | `"OpenKit 1.0.1"` 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.0.0
version=1.0.1

0 comments on commit 57c2364

Please sign in to comment.