Skip to content

Commit

Permalink
Updates for RedMica v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vividtone committed Jul 6, 2023
1 parent dedfac4 commit 94f2a1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions doc/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## RedMica 2.3.0 - 2023-07-06

### Code cleanup/refactoring

* Defect redmine-38797: Fix incorrect argument format for assert_select

### Gems support

* Patch redmine-38181: Update Nokogiri to 1.15.2

### Issues

* Defect redmine-38788: "has been" and "has never been" filter operators can be very slow

### Rails support

* Patch redmine-38374: Update Rails to 6.1.7.4

## RedMica 2.3.0 - 2023-05-19

### Accounts / authentication
Expand Down
2 changes: 1 addition & 1 deletion lib/redmine/version.rb
Expand Up @@ -32,7 +32,7 @@ module RedMica
module VERSION
MAJOR = 2
MINOR = 3
TINY = 0
TINY = 1

BRANCH = 'stable'

Expand Down

0 comments on commit 94f2a1a

Please sign in to comment.