Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamoilov committed Aug 24, 2024
1 parent eb376f8 commit 15e80c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [1.9.0] - 2024-08-24

### Added

- Static file server (#100).
- Rails 7.2 compatibility (#101).

### Fixed

- Correctly set Rails env (#102).

## [1.8.0] - 2024-08-06

### 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.8.0"
VERSION = "1.9.0"
end

0 comments on commit 15e80c8

Please sign in to comment.