Skip to content

Commit 05801d6

Browse files
committed
update changelog for 2.0.4
1 parent 2fc6a51 commit 05801d6

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

CHANGELOG.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/
1313

1414
### Removed
1515

16+
## 2.0.4 - 2025-03-05
17+
18+
### Changed
19+
20+
- fix broken LogSubscriber bolding (<https//github.com/Betterment/webvalve/pull/85>) (thanks @aburgel)
21+
1622
## [2.0.3] - 2024-11-26
1723

1824
### Changed
@@ -73,48 +79,48 @@ and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/
7379
### Changed
7480

7581
- Allow the same URL for services as long as basic auth is different
76-
(<https://github.com/Betterment/webvalve/pull/46>)
82+
(<https://github.com/Betterment/webvalve/pull/46>)
7783
- Introduce `reset!` and `clear!` to replace `reset`
78-
<https://github.com/Betterment/webvalve/pull/45>)
84+
<https://github.com/Betterment/webvalve/pull/45>)
7985

8086
## [1.0.2] - 2020-04-27
8187

8288
### Changed
8389

8490
- Fix an issue with setup / reset
85-
(<https://github.com/Betterment/webvalve/pull/44>)
91+
(<https://github.com/Betterment/webvalve/pull/44>)
8692

8793
## [1.0.1] - 2020-04-24
8894

8995
### Changed
9096

9197
- Fix an issue in rspec setup / usage of `WebValve.reset`
92-
(<https://github.com/Betterment/webvalve/pull/43>)
98+
(<https://github.com/Betterment/webvalve/pull/43>)
9399

94100
## [1.0.0] - 2020-04-22
95101

96102
### Changed
97103

98104
- Support API_URLs that include path
99-
(<https://github.com/Betterment/webvalve/pull/41>)
105+
(<https://github.com/Betterment/webvalve/pull/41>)
100106

101107
## [0.12.0] - 2020-02-22
102108

103109
### Changed
104110

105111
- raise an error on setup when multiple services are registered to the
106-
same url. (<https://github.com/Betterment/webvalve/pull/40>)
112+
same url. (<https://github.com/Betterment/webvalve/pull/40>)
107113

108114
## [0.11.0] - 2019-11-04
109115

110116
### Changed
111117

112118
- rework configuration so that WebValve has 3 operating modes: off,
113-
on+allowing, and on+intercepting. support toggling the latter two
114-
modes with
115-
`WEBVALVED_ENABLED=1`+`WEBVALVE_SERVICE_ENABLED_DEFAULT=1` and
116-
`WEBVALVED_ENABLED=1`+`WEBVALVE_SERVICE_ENABLED_DEFAULT=0`.
117-
(<https://github.com/Betterment/webvalve/pull/34>)
119+
on+allowing, and on+intercepting. support toggling the latter two
120+
modes with
121+
`WEBVALVED_ENABLED=1`+`WEBVALVE_SERVICE_ENABLED_DEFAULT=1` and
122+
`WEBVALVED_ENABLED=1`+`WEBVALVE_SERVICE_ENABLED_DEFAULT=0`.
123+
(<https://github.com/Betterment/webvalve/pull/34>)
118124

119125
## [0.10.0] - 2019-09-23
120126

0 commit comments

Comments
 (0)