From 1b44d511a21707b92250b2f3c057eda8611bb750 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 12 Jun 2023 01:26:44 +0200 Subject: [PATCH] Release version 1.1.0 --- Changelog.md | 4 ++++ Gemfile.lock | 12 ++++++------ lib/diaspora_federation/version.rb | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3ca3528..2bcd6f9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 1.1.0 + +* Don't follow redirects when federating messages [#128](https://github.com/diaspora/diaspora_federation/pull/128) + # 1.0.1 * Disable rails forgery protection for the federation controller by default [#127](https://github.com/diaspora/diaspora_federation/pull/127) diff --git a/Gemfile.lock b/Gemfile.lock index 587cb83..54ac926 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,18 @@ PATH remote: . specs: - diaspora_federation (1.0.1) + diaspora_federation (1.1.0) faraday (>= 1.0, < 3) faraday-follow_redirects (~> 0.3) nokogiri (~> 1.6, >= 1.6.8) typhoeus (~> 1.0) valid (~> 1.0) - diaspora_federation-json_schema (1.0.1) - diaspora_federation-rails (1.0.1) + diaspora_federation-json_schema (1.1.0) + diaspora_federation-rails (1.1.0) actionpack (>= 5.2, < 8) - diaspora_federation (= 1.0.1) - diaspora_federation-test (1.0.1) - diaspora_federation (= 1.0.1) + diaspora_federation (= 1.1.0) + diaspora_federation-test (1.1.0) + diaspora_federation (= 1.1.0) fabrication (~> 2.29) uuid (~> 2.3, >= 2.3.8) diff --git a/lib/diaspora_federation/version.rb b/lib/diaspora_federation/version.rb index 667b49f..2c62f62 100644 --- a/lib/diaspora_federation/version.rb +++ b/lib/diaspora_federation/version.rb @@ -2,5 +2,5 @@ module DiasporaFederation # the gem version - VERSION = "1.0.1" + VERSION = "1.1.0" end