Skip to content

Commit 99acc73

Browse files
committed
Patch release 3.0.6.
1 parent 7fccdda commit 99acc73

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
55
The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## 3.0.6 Release
9+
10+
### Fixes
11+
- Log4j fix: Upgrade to slf4j-reload4j 1.7.35 (thanks to B2i Healthcare).
12+
13+
14+
## 3.0.5 Release - Nov 2021
15+
16+
### Fixes
17+
- MAINT-1415 Making duplicate axiom inactive no longer removes other.
18+
- PIP-62 Synchronise MRCM ungrouped roles map to avoid US Edition error.
19+
- Add Belgian GP French and Belgian GP Dutch to lang-refset to dialect map.
20+
- FRI-184 Updated inferred relationships reactivation logic to use the most recent published relationship ids.
21+
- MAINT-1810 Detect and remove orphaned inferred relationships.
22+
- Add Netherlands Dutch to dialect map.
23+
24+
825
## 3.0.0 Release - 2021-01-13
926
Initial concrete domain support enable the production of the International Edition Concrete Domain Technical Preview.
1027

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>3.0.6-SNAPSHOT</version>
9+
<version>3.0.6</version>
1010

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

0 commit comments

Comments
 (0)