Skip to content

Commit 9a8adcc

Browse files
apmmachineapmmachine
andauthored
Preparing for the next release (#320)
Co-authored-by: apmmachine <[email protected]>
1 parent 15546ff commit 9a8adcc

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ ${next_release_notes}
2929
[[release-notes-${version}]]
3030
==== ${version} - ${release_date}
3131

32+
[float]
33+
===== Features
34+
35+
* New feature: {pull}000[#000]
36+
////
37+
38+
[[release-notes-0.18.0]]
39+
==== 0.18.0 - 2024/05/24
40+
3241
[float]
3342
===== Bug fixes
3443
3544
* HTTP exporting fix: {pull}319[#319]
36-
////
3745
3846
[[release-notes-0.17.0]]
3947
==== 0.17.0 - 2024/05/17

docs/setup.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ You can skip this step if your `minSdkVersion` is 26 or higher.
4040
[[adding-gradle-plugin]]
4141
==== Add the Elastic Agent Gradle plugin
4242

43-
To automatically instrument <<supported-technologies,Supported Technologies>>, add the https://plugins.gradle.org/plugin/co.elastic.apm.android/0.17.0[Elastic APM agent plugin] to your application's `build.gradle` file as shown below:
43+
To automatically instrument <<supported-technologies,Supported Technologies>>, add the https://plugins.gradle.org/plugin/co.elastic.apm.android/0.18.0[Elastic APM agent plugin] to your application's `build.gradle` file as shown below:
4444

4545
[source,groovy]
4646
----
4747
// Android app's build.gradle file
4848
plugins {
4949
id "com.android.application"
50-
id "co.elastic.apm.android" version "0.17.0"
50+
id "co.elastic.apm.android" version "0.18.0"
5151
}
5252
----
5353

@@ -122,7 +122,7 @@ Add the Elastic APM agent SDK to your application's `build.gradle` file as shown
122122
----
123123
// Android app's build.gradle file
124124
dependencies {
125-
implementation "co.elastic.apm:android-sdk:0.17.0"
125+
implementation "co.elastic.apm:android-sdk:0.18.0"
126126
}
127127
----
128128

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Fri May 17 13:11:02 UTC 2024
1+
#Fri May 24 14:45:10 UTC 2024
22
androidGradlePlugin_version=8.2.0
33
description=APM for Android applications with the Elastic stack
44
org.gradle.jvmargs=-XX\:MaxMetaspaceSize\=2G
5-
version=0.18.0
5+
version=0.19.0
66
android.useAndroidX=true
77
group=co.elastic.apm

0 commit comments

Comments
 (0)