Skip to content

Commit 6da30f9

Browse files
committed
[edit] version/changelog
1 parent 727c84f commit 6da30f9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/Simplify.Web.Postman/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.1] - 2023-11-07
4+
5+
### Fixed
6+
7+
- Cannot dynamically create an instance of type array (#31)
8+
9+
### Added
10+
11+
- Generate request bodies for list/array properties (#32)
12+
313
## [1.0] - 2023-07-16
414

515
### Added

src/Simplify.Web.Postman/Simplify.Web.Postman.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.0</Version>
11+
<Version>1.1</Version>
1212

1313
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
1414
<Product>Simplify</Product>

0 commit comments

Comments
 (0)