Skip to content

Commit

Permalink
Updated changelog for v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell committed Nov 2, 2022
1 parent 016d04c commit a71e6d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,30 @@ updates:
directory: /
schedule:
interval: daily
commit-message:
prefix: "chore[deps]"
include: scope
assignees:
- stevehipwell
- package-ecosystem: docker
directory: /
schedule:
interval: daily
commit-message:
prefix: "feat[deps]"
include: scope
assignees:
- stevehipwell
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
ignore:
- dependency-name: async
versions: [">=2"]
schedule:
interval: daily
commit-message:
prefix: "feat[deps]"
prefix-development: "chore[deps]"
include: scope
assignees:
- stevehipwell
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Deprecated
- Removed -->

## [v2.2.0] - 2022-11-02

### All Changes

- Updated _Fluentd_ to [v1.15.3](https://github.com/fluent/fluentd/releases/tag/v1.15.3).
- Updated `fluent-plugin-elasticsearch` to `v5.2.4`.
- Updated `fluent-plugin-s3` to `v1.7.2`.
- Updated `async-http` to `v0.59.2`.
- Updated `oj` to `v3.13.22`.

## [v2.1.0] - 2022-10-25

### All Changes
Expand Down

0 comments on commit a71e6d0

Please sign in to comment.