Skip to content

Commit

Permalink
Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ravazquez committed Oct 27, 2024
1 parent bc8973c commit f2757e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to the VL.OpenCV repository will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# [2.6.4] - 26/10/2024

## Added
* MorphologyEx filter node
* Bilateral filter node

## Changed
* Exposed Kernel Shape, Kernel Size and Border Type in Erode and Dilate filters
* Exposed Convert RGB pin in all VideoIn variants (including Index ones)

# [2.6.3] - 05/10/2024

## Added
Expand Down
2 changes: 1 addition & 1 deletion deployment/main.VL.OpenCV.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.OpenCV</id>
<version>2.6.3</version>
<version>2.6.4</version>
<title>VL.OpenCV</title>
<authors>Randall Vásquez, vvvv</authors>
<owners>vvvv</owners>
Expand Down

0 comments on commit f2757e2

Please sign in to comment.