From f68a42e5577406739f9e5fe92813f47e93d93603 Mon Sep 17 00:00:00 2001 From: Flix Date: Sun, 28 Jul 2024 14:03:27 +0200 Subject: [PATCH] release: v0.13.0 --- CHANGELOG.md | 2 +- crates/fhir-sdk/src/client/mod.rs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa102e2c..20463353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] - 2024-07-25 +## [0.13.0] - 2024-07-28 ### Bug Fixes diff --git a/crates/fhir-sdk/src/client/mod.rs b/crates/fhir-sdk/src/client/mod.rs index aead9b06..3dcc75be 100644 --- a/crates/fhir-sdk/src/client/mod.rs +++ b/crates/fhir-sdk/src/client/mod.rs @@ -1,6 +1,4 @@ -//! REST Client Implementation. -//! -//! Does only work with one FHIR version at a time! +//! FHIR REST Client Implementation. mod auth; mod builder;