Skip to content

Commit b4d521e

Browse files
committed
version bump to v0.4.1
v0.4.1 was accidentally tagged and released from a non-main branch
1 parent aef5417 commit b4d521e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# `activerecord-tenanted` Changelog
22

3-
## 0.4.0 / 2025-09-17
3+
## v0.4.1 / 2025-09-17
4+
5+
No functional changes from v0.4.0.
6+
7+
8+
## v0.4.0 / 2025-09-17
49

510
### Added
611

@@ -14,19 +19,19 @@
1419
- Rails dependency bumped to `>= 8.1.beta` #172 @andrewmarkle
1520

1621

17-
## 0.3.0 / 2025-09-09
22+
## v0.3.0 / 2025-09-09
1823

1924
### Improved
2025

2126
- `#inspect` on instances of tenanted models includes the tenant. #155 @miguelmarcondesf @flavorjones
2227
- `TenantSelector` middleware no longer directly renders a 404. Instead, it configures ActionDispatch::ShowExceptions middlware and raises an appropriate exception. #167 @flavorjones
2328

2429

25-
## 0.2.0 / 2025-09-04
30+
## v0.2.0 / 2025-09-04
2631

2732
First release.
2833

2934

30-
## 0.1.0
35+
## v0.1.0
3136

3237
Empty gem file to claim the name.

lib/active_record/tenanted/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveRecord
44
module Tenanted
5-
VERSION = "0.4.0"
5+
VERSION = "0.4.1"
66
end
77
end

0 commit comments

Comments
 (0)