Skip to content

Commit

Permalink
v0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Feb 3, 2023
1 parent 3bc5e42 commit 22710eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.99.0 2023-02-03
=================

- add automatic fork safety by resetting sockets on PID change
- add support for unstub with regex params

0.98.0 2023-01-27
=================

Expand Down
2 changes: 1 addition & 1 deletion lib/excon/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Excon
VERSION = '0.98.0'
VERSION = '0.99.0'
end

0 comments on commit 22710eb

Please sign in to comment.