Skip to content

Commit

Permalink
Merge pull request #101 from nightingaleproject/update-vrdr-4.4.2
Browse files Browse the repository at this point in the history
Update changelog for new release
  • Loading branch information
RobertScalfani authored Dec 11, 2024
2 parents 93286d6 + aef8a38 commit 4e55219
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### v1.4.1 - 2024-12-10
* Update VRDR to v4.4.2

### v1.4.0 - 2024-11-07
* Update BFDR to v1.0.0-preview.9 and VRDR to v4.4.1
* Add validation for maximum payload size
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"resourceType": "CapabilityStatement",
"id": "NVSS-API-CS",
"url": "http://cdc.gov/nchs/nvss/fhir/nvss-api/CapabilityStatement/NVSS-API-CS",
"version": "v1.4.0",
"version": "v1.4.1",
"name": "NVSS_API",
"title": "NVSS API Server Capability Statement",
"status": "draft",
"date": "2024-08-29",
"date": "2024-12-10",
"publisher": "NCHS",
"kind": "instance",
"implementation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"reference": {
"reference": "CapabilityStatement/NVSS-API-CS"
},
"name": "NVSS-API-CS",
"name": "NVSS API Server Capability Statement",
"exampleBoolean": false
}
],
Expand Down
4 changes: 2 additions & 2 deletions messaging/NVSSAPI/input/fsh/NVSSAPI_CapStmt.fsh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Instance: NVSS-API-CS
InstanceOf: CapabilityStatement
Usage: #definition
* version = "v1.4.0"
* version = "v1.4.1"
* name = "NVSS_API"
* title = "NVSS API Server Capability Statement"
* status = #draft
* date = "2024-08-29"
* date = "2024-12-10"
* publisher = "NCHS"
* kind = #instance
* implementation.description = "NVSS API Server"
Expand Down
2 changes: 1 addition & 1 deletion messaging/messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageReference Include="VRDR.Messaging" Version="4.4.1" />
<PackageReference Include="VRDR.Messaging" Version="4.4.2" />
<PackageReference Include="BFDR.Messaging" Version="1.0.0-preview.9" />
<PackageReference Include="VitalRecord.Messaging" Version="1.0.0-preview.4" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
Expand Down

0 comments on commit 4e55219

Please sign in to comment.