Skip to content

Commit

Permalink
chore: Prepare v0.9.1 release (#606)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Dec 22, 2023
1 parent 1b4cd58 commit be2d24c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## unreleased

## `0.9.1` (2023-12-21)

#### Bug Fixes
* Support WASM features using `chrono` was readded. This was accidentally dropped in 0.9.0.
* Support for WASM features using `chrono` was readded. This was accidentally dropped in 0.9.0.

## `0.9.0` (2023-12-12)
* `parse_regex_all` `pattern` param can now be resolved from a variable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrl"
version = "0.9.0"
version = "0.9.1"
authors = ["Vector Contributors <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit be2d24c

Please sign in to comment.