Skip to content

Commit 773d3a0

Browse files
committed
Release v1.0.2
1 parent 761e202 commit 773d3a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.2
4+
5+
* The changes in v1.0.1 introduced some subtle compression errors with HPACK encoding. This has been fixed in this version. See [this issue](https://github.com/elixir-mint/hpax/issues/20) for more details.
6+
37
## v1.0.1
48

59
* Fix some issues with dynamic table resizing. You should not need to do anything to your code, it should Just Work™. If you want to read more, [this issue](https://github.com/elixir-mint/hpax/issues/18) has all the context.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule HPAX.MixProject do
22
use Mix.Project
33

4-
@version "1.0.1"
4+
@version "1.0.2"
55
@repo_url "https://github.com/elixir-mint/hpax"
66

77
def project do

0 commit comments

Comments
 (0)