Skip to content

Commit d96d425

Browse files
committed
Release 2.6.0
1 parent c9d74a4 commit d96d425

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
8+
## 2.6.0 Release - 2019-06-06
9+
10+
Minor changes after feedback from the Modelling Advisory Group on the International Alpha release.
11+
12+
### Improvements
13+
- Use class axioms to make 'Concept model object attribute' and 'Concept model data attribute' a child of 'Concept model attribute' (CLASS-112).
14+
- Removed workaround to create these relationships during NNF calculation.
15+
- Validation improvement:
16+
- Do not require referenceComponentId during conversion of owlExpression to a relationship representation.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.snomed.otf</groupId>
88
<artifactId>snomed-owl-toolkit</artifactId>
9-
<version>2.6.0-SNAPSHOT</version>
9+
<version>2.6.0</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)