Skip to content

Commit c9da760

Browse files
committed
Bump version to 0.5.1
1 parent c185bf8 commit c9da760

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
v0.5.1
5+
------
6+
7+
- Use AD::Reloader on Rails 4, app.reloader only on Rails 5+ [\#541](https://github.com/Apipie/apipie-rails/pull/541) ([domcleal](https://github.com/domcleal))
8+
- Recognize Rack Symbols as Status Codes [\#468](https://github.com/Apipie/apipie-rails/pull/468)([alex-tan](https://github.com/alex-tan))
9+
410
v0.5.0
511
------
612

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.0'
2+
VERSION = '0.5.1'
33
end

0 commit comments

Comments
 (0)