Skip to content

Commit

Permalink
chore: release 0.11.2 (#2498)
Browse files Browse the repository at this point in the history
* chore: Release 0.11.2

Signed-off-by: Marcin Nowak-Liebiediew <[email protected]>
  • Loading branch information
Marcin Nowak-Liebiediew authored Aug 25, 2022
1 parent ed162bc commit b74bc44
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
= dfx changelog
:doctype: book

= UNRELEASED
= 0.11.2

== DFX

=== fix: disable asset canister redirection of all HTTP traffic from `+.raw.ic0.app+` to `+.ic0.app+`

=== fix: disable asset canister's ETag HTTP headers

The feature is not yet implemented on `+icx-proxy+`-level, and is causing 500 HTTP response for some type of assets every second request.

= 0.11.1

== DFX

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"0.11.1-beta.2",
"0.11.1-beta.3",
"0.11.1",
"0.11.2-beta.0"
"0.11.2-beta.0",
"0.11.2"
]
}
2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfx"
version = "0.11.2-beta.0"
version = "0.11.2"
authors = ["DFINITY Team"]
edition = "2018"
build = "assets/build.rs"
Expand Down

0 comments on commit b74bc44

Please sign in to comment.