From 49a969135bb3813d4be01785d2b0098760ad3d44 Mon Sep 17 00:00:00 2001 From: Stefan Eberl Date: Mon, 12 Nov 2018 09:30:55 +0100 Subject: [PATCH] Pump version to 1.0.1 Preparation for release --- CHANGELOG.md | 5 ++++- appveyor.yml | 2 +- docs/example.md | 8 ++++---- version.properties | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2523c413..7bb02301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 43ad4c33..e26603a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.0.{build} +version: 1.0.1.{build} # Build with Visual Studio 2017 image: Visual Studio 2017 diff --git a/docs/example.md b/docs/example.md index 249b0ef3..0db24318 100644 --- a/docs/example.md +++ b/docs/example.md @@ -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 | @@ -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 | diff --git a/version.properties b/version.properties index beb72cc4..3cef896b 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=1.0.0 \ No newline at end of file +version=1.0.1 \ No newline at end of file