Skip to content

Commit

Permalink
rel: Prepare v2.2.0 release (#312)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of beeline-java

## Short description of the changes
- Add changelog entry
- Update project version to 2.2.0
- Update versions in pom.xml's to 2.2.0

---------

Co-authored-by: Brooke Sargent <[email protected]>
  • Loading branch information
MikeGoldsmith and brookesargent authored Mar 7, 2024
1 parent e58de1f commit f3010d6
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Beeline Changelog

## [2.2.0] - 2024-03-07

### Enhancements

- feat: support classic ingest keys (#311) | @cewkrupa

### Maintenance

- Give dependabot PRs better title (#264) | @JamieDanielson
- Update validate PR title workflow (#259) | @pkanal
- Validate PR title (#257) | @pkanal
- Move nightly to weekly (#299) | @vreynolds
- Update readme (#297) | @vreynolds
- Add otel recommendation to readme (#288) | @pkanal
- Update codeowners to pipeline-team (#310) | @JamieDanielson
- Update codeowners to pipeline (#309) | @JamieDanielson
- Ignore spring boot 3 upgrade (#283) | @vreynolds
- Ignore mockito 5 updates (#273) | @vreynolds
- Delete workflows for old board (#253) | @vreynolds
- Add release file (#252) | @vreynolds
- Add new project workflow (#251) | @vreynolds
- Bump pmdCoreVersion from 6.49.0 to 6.51.0 (#254)
- Bump maven-source-plugin from 3.2.1 to 3.3.0 (#296)
- Bump maven-surefire-plugin from 2.22.2 to 3.1.2 (#298)
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#295)
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 (#293)
- Bump pmdCoreVersion from 6.51.0 to 6.55.0 (#290)
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#282)
- Bump examples/httpclient from 4.5.13 to 4.5.14 (#292)
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 (#291)
- Bump datasource-proxy from 1.8 to 1.8.1 (#279)
- Bump byte-buddy from 1.14.0 to 1.14.3 (#276)
- Bump libhoney-java from 1.5.3 to 1.5.4 (#275)
- Bump byte-buddy from 1.12.17 to 1.14.0 (#271)
- Bump rest-assured from 5.2.0 to 5.3.0 (#280)
- Bump assertj-core from 3.23.1 to 3.24.2 (#284)
- Bump slf4j-simple from 2.0.3 to 2.0.7 (#277)
- Bump httpclient5 from 5.1.3 to 5.2.1 (#274)

## [2.1.1] - 2022-09-30

### Maintenance
Expand Down
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>2.1.1</version>
<version>2.2.0</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>2.1.1</version>
<version>2.2.0</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>2.1.1</version>
<version>2.2.0</version>
</parent>

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

<artifactId>examples</artifactId>
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>2.1.1</version>
<version>2.2.0</version>
<packaging>pom</packaging>

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

0 comments on commit f3010d6

Please sign in to comment.