File tree 3 files changed +13
-2
lines changed 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.0] ( https://github.com/phrase/openapi/compare/ruby-v2.26.0...ruby-v3.0.0 ) (2024-04-23)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * add missing required params ([ #571 ] ( https://github.com/phrase/openapi/issues/571 ) )
9
+
10
+ ### Code Refactoring
11
+
12
+ * add missing required params ([ #571 ] ( https://github.com/phrase/openapi/issues/571 ) ) ([ d810e9e] ( https://github.com/phrase/openapi/commit/d810e9ebc767e14ba9e56106de8c5774d9d6d178 ) )
13
+
3
14
## [ 2.26.0] ( https://github.com/phrase/openapi/compare/ruby-v2.25.0...ruby-v2.26.0 ) (2024-04-22)
4
15
5
16
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ generatorName: ruby
3
3
outputDir : clients/ruby
4
4
moduleName : Phrase
5
5
gemName : phrase
6
- gemVersion : 2.26 .0
6
+ gemVersion : 3.0 .0
7
7
gemDescription : Phrase Strings is a translation management platform for software projects.
8
8
gemSummary : >-
9
9
You can collaborate on language file translation with your team or order
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.26 .0"
2
+ "." : " 3.0 .0"
3
3
}
You can’t perform that action at this time.
0 commit comments