diff --git a/doc/release_notes/0_23_2.md b/doc/release_notes/0_23_2.md new file mode 100644 index 00000000..c7ba6dad --- /dev/null +++ b/doc/release_notes/0_23_2.md @@ -0,0 +1,5 @@ +# 0.23.2 + +## Bugfixes + +* fix missing variable on code path in the native resolver. \ No newline at end of file diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index a6ab9127..a243d990 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.23.1" + VERSION = "0.23.2" end