You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# `activerecord-tenanted` Changelog
2
2
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
4
9
5
10
### Added
6
11
@@ -14,19 +19,19 @@
14
19
- Rails dependency bumped to `>= 8.1.beta`#172@andrewmarkle
15
20
16
21
17
-
## 0.3.0 / 2025-09-09
22
+
## v0.3.0 / 2025-09-09
18
23
19
24
### Improved
20
25
21
26
-`#inspect` on instances of tenanted models includes the tenant. #155@miguelmarcondesf@flavorjones
22
27
-`TenantSelector` middleware no longer directly renders a 404. Instead, it configures ActionDispatch::ShowExceptions middlware and raises an appropriate exception. #167@flavorjones
0 commit comments