File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11 Changelog
22===========
33
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+
412## [ v1.2.0] ( https://github.com/Apipie/apipie-rails/tree/v1.2.0 ) (2023-06-03)
513[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.1.0...v1.2.0 )
614* 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 11module Apipie
2- VERSION = "1.2.0 "
2+ VERSION = "1.2.1 "
33end
You can’t perform that action at this time.
0 commit comments