Skip to content

Commit a71e6d0

Browse files
committed
Updated changelog for v2.2.0 release
1 parent 016d04c commit a71e6d0

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/dependabot.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,30 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
commit-message:
8+
prefix: "chore[deps]"
9+
include: scope
710
assignees:
811
- stevehipwell
912
- package-ecosystem: docker
1013
directory: /
1114
schedule:
1215
interval: daily
16+
commit-message:
17+
prefix: "feat[deps]"
18+
include: scope
1319
assignees:
1420
- stevehipwell
1521
- package-ecosystem: bundler
1622
directory: /
23+
schedule:
24+
interval: daily
1725
ignore:
1826
- dependency-name: async
1927
versions: [">=2"]
20-
schedule:
21-
interval: daily
28+
commit-message:
29+
prefix: "feat[deps]"
30+
prefix-development: "chore[deps]"
31+
include: scope
2232
assignees:
2333
- stevehipwell

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Deprecated
1818
- Removed -->
1919

20+
## [v2.2.0] - 2022-11-02
21+
22+
### All Changes
23+
24+
- Updated _Fluentd_ to [v1.15.3](https://github.com/fluent/fluentd/releases/tag/v1.15.3).
25+
- Updated `fluent-plugin-elasticsearch` to `v5.2.4`.
26+
- Updated `fluent-plugin-s3` to `v1.7.2`.
27+
- Updated `async-http` to `v0.59.2`.
28+
- Updated `oj` to `v3.13.22`.
29+
2030
## [v2.1.0] - 2022-10-25
2131

2232
### All Changes

0 commit comments

Comments
 (0)