From af0c398309d07008201271f100fbf3c8a57e4ef3 Mon Sep 17 00:00:00 2001 From: James Hu Date: Mon, 7 Feb 2022 18:09:07 -0800 Subject: [PATCH] Bump version and add CHANGELOG --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8847f72 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +## 0.11.0 + +BUG FIXES: + +* Update nokogiri gem in development to work with arm64 systems + +BREAKING CHANGES: + +* Add option to pass through compression, with new default as disabled [[#27](https://github.com/axsuul/rails-reverse-proxy/pull/27), [kylewlacy](https://github.com/kylewlacy)] diff --git a/VERSION b/VERSION index 5712157..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.1 +0.11.0