Skip to content

Commit

Permalink
prepare 1.6.1 release (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Sep 27, 2021
1 parent 31f357d commit c652019
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Beeline Changelog

## [1.6.1] - 2021-09-27

### Added

- Improve end trace logging (#148) | [@big-andy-coates](https://github.com/big-andy-coates)

### Maintenance

- Change maintenance badge to maintained (#153)
- Adds Stalebot (#154)
- Add issue and PR templates (#144)
- Add OSS lifecycle badge (#143)
- Updates Github Action Workflows (#135)
- Updates Dependabot Config (#134)
- Switches CODEOWNERS to telemetry-team (#133)
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.1 (#142, #151)
- Bump maven-gpg-plugin from 1.6 to 3.0.1 (#141)
- Bump slf4j-simple from 1.7.30 to 1.7.32 (#140)
- Bump mockito-core from 3.3.3 to 3.12.4 (#137, #145)
- Bump spotbugs-maven-plugin from 4.2.0 to 4.4.1 (#136, #152)
- Bump maven from 0.6.0 to 0.7.7 (#123)
- Bump assertj-core from 3.19.0 to 3.21.0 (#132, #149)
- Bump rest-assured from 3.3.0 to 4.4.0 (#128)
- Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#122)
- Bump maven-pmd-plugin from 3.9.0 to 3.15.0 (#120, #150)
- Bump pmdCoreVersion from 6.32.0 to 6.38.0 (#119, #138, #147)

## 1.6.0

### Changes
Expand Down
5 changes: 5 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Creating a new release

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.
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.
3. Update Release Notes on the new draft GitHub release, and publish that.
2 changes: 1 addition & 1 deletion beeline-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-parent</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>

<name>Beeline Java (Core)</name>
Expand Down
2 changes: 1 addition & 1 deletion beeline-spring-boot-sleuth-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-parent</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>

<name>Beeline Java (Spring Boot Sleuth Starter)</name>
Expand Down
2 changes: 1 addition & 1 deletion beeline-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-parent</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>

<name>Beeline Java (Spring Boot Starter)</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>Beeline Java (Parent)</name>
<artifactId>beeline-parent</artifactId>
<groupId>io.honeycomb.beeline</groupId>
<version>1.6.0</version>
<version>1.6.1</version>
<packaging>pom</packaging>

<description>Parent POM for the Honeycomb Beeline for Java</description>
Expand Down

0 comments on commit c652019

Please sign in to comment.