Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Nov 18, 2019
1 parent 7d9e9bb commit 9fccb5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## 2.8.0 Release - 2019-11-18
Feature release. OWL Ontology file conversion now includes all descriptions including translated content.

### Features
- Issue #14: Include all descriptions in OWL Ontology file conversion using RDFS and SKOS annotations.
- Descriptions in all languages will be included if present in the loaded RF2.
- Use `language-refset-dialect-map.properties` file to control dialect codes used in conversion.

## 2.7.2 Fix Release - 2019-09-27

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.snomed.otf</groupId>
<artifactId>snomed-owl-toolkit</artifactId>
<version>2.7.3-SNAPSHOT</version>
<version>2.8.0</version>

<properties>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 9fccb5a

Please sign in to comment.