Skip to content

Commit a9ef55f

Browse files
committed
update release number in docs
1 parent d56340b commit a9ef55f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
2222

2323
### unreleased
2424

25+
(note: new PRs will not be merged until they add release note wording here)
26+
27+
### 2.0.138
28+
2529
- (#1910 via mgravell, fix #1907, #1263)
2630
- add support for `SqlDecimal` and other types that need to be accessed via `DbDataReader.GetFieldValue<T>`
2731
- add an overload of `AddTypeMap` that supports `DbDataReader.GetFieldValue<T>` for additional types
@@ -30,8 +34,6 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
3034
- add missing `AsyncEnumerable<T> QueryUnbufferedAsync<T>(...)` and `GridReader.ReadUnbufferedAsync<T>(...)` APIs (.NET 5 and later)
3135
- implement `IAsyncDisposable` on `GridReader` (.NET 5 and later)
3236

33-
(note: new PRs will not be merged until they add release note wording here)
34-
3537
### 2.0.123
3638

3739
- Parameters can now be re-used on subsequent commands (#952 via jamescrowley)

0 commit comments

Comments
 (0)