Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit c652019

Browse files
authored
prepare 1.6.1 release (#155)
1 parent 31f357d commit c652019

File tree

6 files changed

+36
-4
lines changed

6 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Beeline Changelog
22

3+
## [1.6.1] - 2021-09-27
4+
5+
### Added
6+
7+
- Improve end trace logging (#148) | [@big-andy-coates](https://github.com/big-andy-coates)
8+
9+
### Maintenance
10+
11+
- Change maintenance badge to maintained (#153)
12+
- Adds Stalebot (#154)
13+
- Add issue and PR templates (#144)
14+
- Add OSS lifecycle badge (#143)
15+
- Updates Github Action Workflows (#135)
16+
- Updates Dependabot Config (#134)
17+
- Switches CODEOWNERS to telemetry-team (#133)
18+
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.1 (#142, #151)
19+
- Bump maven-gpg-plugin from 1.6 to 3.0.1 (#141)
20+
- Bump slf4j-simple from 1.7.30 to 1.7.32 (#140)
21+
- Bump mockito-core from 3.3.3 to 3.12.4 (#137, #145)
22+
- Bump spotbugs-maven-plugin from 4.2.0 to 4.4.1 (#136, #152)
23+
- Bump maven from 0.6.0 to 0.7.7 (#123)
24+
- Bump assertj-core from 3.19.0 to 3.21.0 (#132, #149)
25+
- Bump rest-assured from 3.3.0 to 4.4.0 (#128)
26+
- Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#122)
27+
- Bump maven-pmd-plugin from 3.9.0 to 3.15.0 (#120, #150)
28+
- Bump pmdCoreVersion from 6.32.0 to 6.38.0 (#119, #138, #147)
29+
330
## 1.6.0
431

532
### Changes

RELEASING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Creating a new release
2+
3+
1. Update the <version> tag in each pom.xml in the repo. Add new release notes to the Changelog. Open a PR with those changes.
4+
2. Once the above PR is merged, tag `main` with the new version, e.g. `v0.1.1`. Push the tags. This will kick off a CI workflow, which will publish a draft GitHub release, and publish artifacts to Maven.
5+
3. Update Release Notes on the new draft GitHub release, and publish that.

beeline-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.honeycomb.beeline</groupId>
99
<artifactId>beeline-parent</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
</parent>
1212

1313
<name>Beeline Java (Core)</name>

beeline-spring-boot-sleuth-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.honeycomb.beeline</groupId>
99
<artifactId>beeline-parent</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
</parent>
1212

1313
<name>Beeline Java (Spring Boot Sleuth Starter)</name>

beeline-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.honeycomb.beeline</groupId>
99
<artifactId>beeline-parent</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
</parent>
1212

1313
<name>Beeline Java (Spring Boot Starter)</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Beeline Java (Parent)</name>
88
<artifactId>beeline-parent</artifactId>
99
<groupId>io.honeycomb.beeline</groupId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
<packaging>pom</packaging>
1212

1313
<description>Parent POM for the Honeycomb Beeline for Java</description>

0 commit comments

Comments
 (0)