Skip to content

Commit

Permalink
Merge pull request #3155 from redpanda-data/changelog
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
rockwotj authored Jan 29, 2025
2 parents 83ad4d1 + af93f3a commit 0438bd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ Changelog

All notable changes to this project will be documented in this file.

## 4.46.0 - TBD
## 4.47.0 - TBD

### Added

- Field `arguments` added to the `amqp_0_9` input and output. (@calini)

## 4.46.0 - 2025-01-29

### Added

Expand Down
4 changes: 2 additions & 2 deletions public/bundle/enterprise/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/enterprise/v4

go 1.23.4

require github.com/redpanda-data/connect/v4 v4.45.1
require github.com/redpanda-data/connect/v4 v4.46.0

require (
cel.dev/expr v0.19.1 // indirect
Expand Down Expand Up @@ -323,7 +323,7 @@ require (
github.com/twmb/franz-go v1.18.0 // indirect
github.com/twmb/franz-go/pkg/kadm v1.14.0 // indirect
github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
github.com/twmb/franz-go/pkg/sr v1.2.0 // indirect
github.com/twmb/franz-go/pkg/sr v1.3.0 // indirect
github.com/urfave/cli/v2 v2.27.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions public/bundle/free/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/free/v4

go 1.23.4

require github.com/redpanda-data/connect/v4 v4.45.1
require github.com/redpanda-data/connect/v4 v4.46.0

require (
cel.dev/expr v0.19.1 // indirect
Expand Down Expand Up @@ -306,7 +306,7 @@ require (
github.com/twmb/franz-go v1.18.0 // indirect
github.com/twmb/franz-go/pkg/kadm v1.13.0 // indirect
github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
github.com/twmb/franz-go/pkg/sr v1.2.0 // indirect
github.com/twmb/franz-go/pkg/sr v1.3.0 // indirect
github.com/urfave/cli/v2 v2.27.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
Expand Down

0 comments on commit 0438bd2

Please sign in to comment.