File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.10.0 - 2025-09-09
9
+
10
+ ### Added
11
+
12
+ - Add Passenger server to auto register list [ @mabrikan ] [ ] in [ #28 ] ( https://github.com/yabeda-rb/yabeda-rails/pull/28 )
13
+ - Allow defining default_tags only for rails group [ @magec ] [ ] in [ #30 ] ( https://github.com/yabeda-rb/yabeda-rails/pull/30 )
14
+ - Ability to customize the bucket sizing for histograms [ @skateman ] [ ] in [ #32 ] ( https://github.com/yabeda-rb/yabeda-rails/pull/32 )
15
+ - Ability to ignore certain controller#actions [ @zzip ] [ ] in [ #33 ] ( https://github.com/yabeda-rb/yabeda-rails/pull/33 )
16
+
8
17
## 0.9.0 - 2023-08-03
9
18
10
19
### Added
@@ -96,3 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
96
105
[ @lautis ] : https://github.com/lautis " Ville Lautanala "
97
106
[ @dks17 ] : https://github.com/dks17 " Konstantin "
98
107
[ @lewispb ] : https://github.com/lewispb " Lewis Buckley "
108
+ [ @mabrikan ] : https://github.com/mabrikan " Musaed Albrikan "
109
+ [ @magec ] : https://github.com/magec " Jose Fernández "
110
+ [ @skateman ] : https://github.com/skateman " Halász Dávid "
111
+ [ @zzip ] : https://github.com/zzip " Dale Hofkens "
Original file line number Diff line number Diff line change 2
2
3
3
module Yabeda
4
4
module Rails
5
- VERSION = "0.9 .0"
5
+ VERSION = "0.10 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments