Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Jun 11, 2023
1 parent 758ca03 commit 1b44d51
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/diaspora_federation/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module DiasporaFederation
# the gem version
VERSION = "1.0.1"
VERSION = "1.1.0"
end

0 comments on commit 1b44d51

Please sign in to comment.