Skip to content

Commit 90979ec

Browse files
committed
Update CHANGELOG and bump version
1 parent da85021 commit 90979ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Unreleased
22

3+
## 0.4.6
4+
35
* Allows to access `current_user` and other controller available methods in the `enable_inline_editing` function. ([@coorasse][])
46
* Improved project setup. ([@simon-isler][])
7+
* Various bug fixes
58

69
## 0.4.5
710

lib/moirai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Moirai
4-
VERSION = "0.4.5"
4+
VERSION = "0.4.6"
55
end

0 commit comments

Comments
 (0)