forked from cybrespace/mastodon
Bump version to 3.1.1 (#13069)
This commit is contained in:
parent
57c42c20c0
commit
b752666e3f
|
@ -3,6 +3,11 @@ Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [3.1.1] - 2020-02-10
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix yanked dependency preventing installation ([mayaeh](https://github.com/tootsuite/mastodon/pull/13059))
|
||||||
|
|
||||||
## [3.1.0] - 2020-02-09
|
## [3.1.0] - 2020-02-09
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
0
|
1
|
||||||
end
|
end
|
||||||
|
|
||||||
def flags
|
def flags
|
||||||
|
|
Loading…
Reference in New Issue