Skip to content

Commit

Permalink
fix changelog (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Oct 13, 2024
1 parent 5606f92 commit 184170f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 30 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.120.0](https://github.com/metalbear-co/mirrord/tree/3.120.0) - 2024-10-13


### Added

- Added Kafka splitting feature.
[#2601](https://github.com/metalbear-co/mirrord/issues/2601)


### Changed

- Add analytics about usage of experimental features
- Add option to have logs when running ext commands
- update dependencies


### Fixed

- Fixed a bug where `all_of` and `any_of` HTTP filters were stealing all HTTP
traffic. [#2817](https://github.com/metalbear-co/mirrord/issues/2817)
- Handle IPv4 in IPv6, should help with regressions related to allowing
AF_INET6 [#2827](https://github.com/metalbear-co/mirrord/issues/2827)


## [3.119.1](https://github.com/metalbear-co/mirrord/tree/3.119.1) - 2024-10-09


Expand Down Expand Up @@ -41,7 +65,9 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
```
mirrord port-forward [options] -R [remote_port:]local_port -f
config_file.toml
``` [#2609](https://github.com/metalbear-co/mirrord/issues/2609)
```

[#2609](https://github.com/metalbear-co/mirrord/issues/2609)


### Changed
Expand Down
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.119.1"
version = "3.120.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 184170f

Please sign in to comment.