Skip to content

Commit 26591d7

Browse files
committed
Bump version to 0.5.4
1 parent f5b7b26 commit 26591d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
===========
33

4+
v0.5.4
5+
------
6+
7+
- Constantize controller class before calling superclass [\#558](https://github.com/Apipie/apipie-rails/pull/558) ([ydkn](https://github.com/ydkn))
8+
49
v0.5.3
510
------
611

lib/apipie/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Apipie
2-
VERSION = '0.5.3'
2+
VERSION = '0.5.4'
33
end

0 commit comments

Comments
 (0)