Skip to content

Commit bda969f

Browse files
committed
Release 3.6.1
1 parent d29fec3 commit bda969f

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,35 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [3.6.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.6.0...3.6.1)
8+
9+
- Fixes for issue 160 [`#161`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/161)
10+
- fixing url in documentation [`#159`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/159)
11+
12+
#### [3.6.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.5.1...3.6.0)
13+
14+
> 18 February 2021
15+
16+
- build(deps-dev): bump junit from 4.11 to 4.13.1 [`#136`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/136)
17+
- Fix #155 [`#155`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/155)
18+
- Fix #151 [`#151`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/151)
19+
- Fix #154 [`#154`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/154)
20+
- Fix #108 [`#108`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/108)
21+
- Fix #133 [`#133`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/133)
22+
- FIX #107 [`#107`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/107)
23+
- fix #144; fix #138 [`#144`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/144) [`#138`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/138)
24+
- Added test for not found exception; fixed examples for Unix [`5e51b4c`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5e51b4cefd5ff6aaeaef249fce109e79d1cb69ba)
25+
- Edits [`0fc2418`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/0fc2418ccaa63ed7c6f8ab509f1da69789a287d5)
26+
- improved doc [`07d8bc4`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/07d8bc4577ab2508ede471a4f996967bdc91389b)
27+
728
#### [3.5.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.5.0...3.5.1)
829

30+
> 12 October 2020
31+
932
- fix: remove '_' from the class_name [`#135`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/135)
1033
- fix: remove '_' from the class_name (#135) [`#134`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/134)
1134
- added business ontolgy example [`d7292ec`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/d7292ec185fe0f91d8544dfb359fb8d3464bfdf3)
35+
- Release 3.5.1 [`c39aecf`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/c39aecf92161a5fcb190a1a4f6463987d8a3135d)
1236
- add changelog and remove github workflows [`5f1cee7`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5f1cee75ba48f46c2e2c9af12177d53997a875dd)
1337

1438
#### [3.5.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.4.0...3.5.0)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packaging>jar</packaging>
77
<groupId>edu.isi.oba</groupId>
88
<artifactId>oba</artifactId>
9-
<version>3.6.0.04</version>
9+
<version>3.6.1</version>
1010
<name>core</name>
1111
<url>https://github.com/KnowledgeCaptureAndDiscovery/OBA</url>
1212

0 commit comments

Comments
 (0)