Skip to content

Commit fb404f3

Browse files
author
Mattia Roccoberton
committed
Bump to version 0.2.1
1 parent 2b38390 commit fb404f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
A compact and composable dashboard component for Ruby
44

5+
## 0.2.1
6+
7+
- fix: correct missing password hash;
8+
- fix: correct pages count for pagination in index action
9+
510
## 0.2.0
611

712
- feat: improve layout structure;

lib/tiny_admin/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 TinyAdmin
4-
VERSION = '0.2.0'
4+
VERSION = '0.2.1'
55
end

0 commit comments

Comments
 (0)