Skip to content

Commit d05b8f5

Browse files
committed
Release version 1.2.0
1 parent 467ab52 commit d05b8f5

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.2.0
2+
3+
## Breaking changes
4+
5+
* Drop support for ruby 2.7
6+
* Drop support for rails 5.2 and 6.0
7+
8+
## Features
9+
10+
* Add support for ruby 3.3, 3.4 and 4.0
11+
* Add support for rails 7.1, 7.2, 8.0 and 8.1
12+
113
# 1.1.0
214

315
* Don't follow redirects when federating messages [#128](https://github.com/diaspora/diaspora_federation/pull/128)

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PATH
22
remote: .
33
specs:
4-
diaspora_federation (1.1.0)
4+
diaspora_federation (1.2.0)
55
base64
66
faraday (>= 1.0, < 3)
77
faraday-follow_redirects (~> 0.3)
88
nokogiri (~> 1.6, >= 1.6.8)
99
typhoeus (~> 1.0)
1010
valid (~> 1.0)
11-
diaspora_federation-json_schema (1.1.0)
12-
diaspora_federation-rails (1.1.0)
11+
diaspora_federation-json_schema (1.2.0)
12+
diaspora_federation-rails (1.2.0)
1313
actionpack (>= 6.1, < 9)
14-
diaspora_federation (= 1.1.0)
15-
diaspora_federation-test (1.1.0)
16-
diaspora_federation (= 1.1.0)
14+
diaspora_federation (= 1.2.0)
15+
diaspora_federation-test (1.2.0)
16+
diaspora_federation (= 1.2.0)
1717
fabrication (~> 2.29)
1818
uuid (~> 2.3, >= 2.3.8)
1919

lib/diaspora_federation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module DiasporaFederation
44
# the gem version
5-
VERSION = "1.1.0"
5+
VERSION = "1.2.0"
66
end

0 commit comments

Comments
 (0)