From bb85953f8c6da354c3426d79614093540b54f14a Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Wed, 16 Mar 2022 18:22:36 +0000 Subject: [PATCH] Bump to 0.5.20 --- CHANGELOG.md | 8 ++++++++ lib/apipie/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e378d16..204485bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ Changelog =========== +## [v0.5.20](https://github.com/Apipie/apipie-rails/tree/v0.5.20) (2022-03-16) +[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v0.5.19...v0.5.20) +* Update rel-eng (Oleh Fedorenko) +* Deprecate travis, run tests on github actions [#740](https://github.com/Apipie/apipie-rails/pull/740) (Mathieu Jobin) +* Update validator.rb [#739](https://github.com/Apipie/apipie-rails/pull/739) (Dmytro Budnyk) +* Fix wrong number of arguments for recorder#process [#725](https://github.com/Apipie/apipie-rails/pull/725) (rob mathews) +* Change "an" to "a" [#723](https://github.com/Apipie/apipie-rails/pull/723) (Naokimi) + ## [v0.5.19](https://github.com/Apipie/apipie-rails/tree/v0.5.19) (2021-07-25) [Full Changelog](https://github.com/Apipie/apipie-rails/compare/v0.5.18...v0.5.19) * Add rel-eng notebook (Oleh Fedorenko) diff --git a/lib/apipie/version.rb b/lib/apipie/version.rb index 42ba46a43..008f60b88 100644 --- a/lib/apipie/version.rb +++ b/lib/apipie/version.rb @@ -1,3 +1,3 @@ module Apipie - VERSION = "0.5.19" + VERSION = "0.5.20" end