Skip to content

Commit d3d5df3

Browse files
committed
v0.2.0
1 parent 1c34e2b commit d3d5df3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.2.0] - 2025-01-03
4+
35
- Add option to write packets to file as PCAP Capture File Format.
46

57
## [0.1.0] - 2024-11-05

lib/redhound/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Redhound
4-
VERSION = '0.1.0'
4+
VERSION = '0.2.0'
55
end

0 commit comments

Comments
 (0)