diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acbb8aa0..83a10b075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## 3.0.3 Release - 2019-05-17 + +This major version has support for Complete OWL SNOMED releases with no need for any active stated relationships. +It also supports authoring using OWL axioms. + +Thanks again to everyone who got involved in the questions, issues and fixes during this release! + +### Breaking +- Elasticsearch reindex is required. + - Indices have been renamed to a simpler, more readable format. For example `es-rel` has been renamed to `relationship`. + - Default number of shards per index has been changed to 1 (configurable in application.properties). + +The full change log is being compiled... + +### Features + +### Improvements + +### Fixes + + + ## 2.2.3 Fix Release - 2019-04-23 ### Fixes diff --git a/pom.xml b/pom.xml index 7ec387035..bc86b2f59 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,13 @@ 4.0.0 - org.snomed - snowstorm - 3.0.3-SNAPSHOT - Snowstorm SNOMED CT Terminology Server Using Elasticsearch + org.snomed + snowstorm + 3.0.3 + org.springframework.boot spring-boot-starter-parent @@ -24,14 +24,14 @@ ${project.artifactId} - 2.2.2-SNAPSHOT + 2.3.0 6.0.1 3.7.0 ${project.parent.version} @@ -63,7 +63,7 @@ org.snomed.otf snomed-owl-toolkit - 2.3.3-SNAPSHOT + 2.4.0 org.snomed.languages @@ -128,7 +128,7 @@ org.ihtsdo.drools snomed-drools-engine - 2.0.2-SNAPSHOT + 2.1.0 com.fasterxml.jackson.dataformat