Skip to content

Commit 3fcbc08

Browse files
authored
Preparing for the next release (#343)
Co-authored-by: obltmachine <[email protected]>
1 parent c87645c commit 3fcbc08

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
@@ -32,12 +32,20 @@ ${next_release_notes}
3232
[float]
3333
===== Features
3434

35+
* New feature: {pull}000[#000]
36+
////
37+
38+
[[release-notes-0.20.0]]
39+
==== 0.20.0 - 2024/07/29
40+
41+
[float]
42+
===== Features
43+
3544
* Bumping upstream libs: {pull}340[#340]
3645
3746
===== Bug fixes
3847
3948
* Addressing TrueTime issue #339: {pull}340[#340]
40-
////
4149
4250
[[release-notes-0.19.0]]
4351
==== 0.19.0 - 2024/05/30

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.19.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.20.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.19.0"
50+
id "co.elastic.apm.android" version "0.20.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.19.0"
125+
implementation "co.elastic.apm:android-sdk:0.20.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-
#Thu May 30 09:16:00 UTC 2024
1+
#Mon Jul 29 12:17:40 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.20.0
5+
version=0.21.0
66
android.useAndroidX=true
77
group=co.elastic.apm

0 commit comments

Comments
 (0)