File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
3
4
+ ## [ v1.2.1] ( https://github.com/Apipie/apipie-rails/tree/v1.2.1 ) (2023-06-09)
5
+ [ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.2.0...v1.2.1 )
6
+ * rspec: Fixes deprecated matcher ([ #882 ] ( https://github.com/Apipie/apipie-rails/pull/882 ) ) (David Wessman)
7
+ * Fix streaming bug ([ #677 ] ( https://github.com/Apipie/apipie-rails/pull/677 ) ) (Hunter Braun)
8
+ * Update README URLs based on HTTP redirects ([ #448 ] ( https://github.com/Apipie/apipie-rails/pull/448 ) ) (ReadmeCritic)
9
+ * Swagger: Adds option to skip default tags ([ #881 ] ( https://github.com/Apipie/apipie-rails/pull/881 ) ) (David Wessman)
10
+ * Parameter validation: Raises error for all missing ([ #886 ] ( https://github.com/Apipie/apipie-rails/pull/886 ) ) (David Wessman)
11
+
4
12
## [ v1.2.0] ( https://github.com/Apipie/apipie-rails/tree/v1.2.0 ) (2023-06-03)
5
13
[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.1.0...v1.2.0 )
6
14
* Allow resource_name to be inherited ([ #872 ] ( https://github.com/Apipie/apipie-rails/pull/872 ) ) (Eric Hankins)
Original file line number Diff line number Diff line change 1
1
module Apipie
2
- VERSION = "1.2.0 "
2
+ VERSION = "1.2.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments