From f3440f8f27782034dd9c166d6efc7bc7a3219402 Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Sun, 25 Jul 2021 19:42:11 +0000 Subject: [PATCH] Bump to 0.5.19 --- CHANGELOG.md | 8 ++++++++ lib/apipie/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd81d13c..81e378d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ Changelog =========== +## [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) +* Correct the word parâmentros for brazilian portuguese [#687](https://github.com/Apipie/apipie-rails/pull/687) (Diego Noronha) +* Fix depreciated file.exists. [#721](https://github.com/Apipie/apipie-rails/pull/721) (Diane Delallée) +* Fix typo in changelog [#703](https://github.com/Apipie/apipie-rails/pull/703) (Pavel Rodionov) +* Add rails 6.1 support in doc generation [#702](https://github.com/Apipie/apipie-rails/pull/702) (andrew-newell) + [v0.5.18](https://github.com/Apipie/apipie-rails/tree/v0.5.18) (2020-05-20) -------- diff --git a/lib/apipie/version.rb b/lib/apipie/version.rb index 4e5f1b99..42ba46a4 100644 --- a/lib/apipie/version.rb +++ b/lib/apipie/version.rb @@ -1,3 +1,3 @@ module Apipie - VERSION = '0.5.18' + VERSION = "0.5.19" end