Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamoilov committed May 8, 2024
1 parent 7f91c9f commit 3eb6ed1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## [Unreleased]

## [1.5.0] - 2024-05-08

### Added

- Allow to have both Rails and Rage controllers in one application (#83).
- Add `authenticate_or_request_with_http_token` (#85).
- Add the `member` and `controller` route helpers (#86).

### Changed

- Deprecate `Rage.load_middlewares` (#83).

### Fixed

- Correctly init console in Rails mode (credit to [efibootmgr](https://github.com/efibootmgr)) (#84).

## [1.4.0] - 2024-05-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/rage/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rage
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 3eb6ed1

Please sign in to comment.