diff --git a/.release-it.json b/.release-it.json
index d9cb828..e5ef951 100644
--- a/.release-it.json
+++ b/.release-it.json
@@ -1,6 +1,6 @@
{
"git": {
- "changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD",
+ "changelog": "auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"requireCleanWorkingDir": false,
"requireUpstream": true,
"addUntrackedFiles": true,
@@ -19,7 +19,7 @@
"release": true
},
"hooks": {
- "after:bump": "mvn --settings pom.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${version} 1>/dev/null 2>/dev/null"
+ "after:bump": "mvn --settings pom.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${version} 1>/dev/null 2>/dev/null && auto-changelog -v ${version}"
}
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b84fadc..2acf846 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,266 +1,201 @@
-# Changelog
+### Changelog
-## [3.5.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.5.0) (2020-09-24)
+All notable changes to this project will be documented in this file. Dates are displayed in UTC.
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.4.0...3.5.0)
+Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
-**Merged pull requests:**
+#### [3.5.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.5.0...3.5.1)
-- Improve deploy server and test dbpedia music [\#131](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/131) ([mosoriob](https://github.com/mosoriob))
-- Create maven-publish.yml [\#130](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/130) ([mosoriob](https://github.com/mosoriob))
+- fix: remove '_' from the class_name [`#135`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/135)
+- fix: remove '_' from the class_name (#135) [`#134`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/134)
+- added business ontolgy example [`d7292ec`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/d7292ec185fe0f91d8544dfb359fb8d3464bfdf3)
+- add changelog and remove github workflows [`5f1cee7`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5f1cee75ba48f46c2e2c9af12177d53997a875dd)
-## [3.4.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.4.0) (2020-07-16)
+#### [3.5.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.4.0...3.5.0)
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.3.0...3.4.0)
+> 24 September 2020
-**Implemented enhancements:**
+- Improve deploy server and test dbpedia music [`#131`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/131)
+- Create maven-publish.yml [`#130`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/130)
+- Update configuration_file.md [`74306eb`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/74306eb66ac6cdc6793a4266f03db4f09122510e)
+- Update mapping.md [`4cfd54c`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/4cfd54cbb1aca3e88f91577e985727ebb723582e)
+- fix: configs [`5caaf31`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5caaf31faa83f2b6e8cd6402473f752fdfaeddf2)
-- How to enable cache using nginx? [\#118](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/118)
-- How to enable CORS? [\#117](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/117)
+#### [3.4.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.3.0...3.4.0)
-**Merged pull requests:**
+> 16 July 2020
-- Bench [\#119](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/119) ([mosoriob](https://github.com/mosoriob))
-- Support for restrictions over Classes and Object Properties. [\#114](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/114) ([paoespinozarias](https://github.com/paoespinozarias))
+- Bench [`#119`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/119)
+- Support for restrictions over Classes and Object Properties. [`#114`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/114)
+- fix: enable cors [`#117`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/117)
+- update performance [`8bff949`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/8bff949786619791ed3224addd3abe1c84155289)
+- Update benchmarking.md [`1d674fc`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/1d674fccea20c982c045151c7d8d5bc7626dca32)
+- Update benchmarking.md [`b7b0c85`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/b7b0c85bd41fc9188d188b869071824674833750)
-## [3.3.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.3.0) (2020-07-02)
+#### [3.3.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.2.1...3.3.0)
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.2.1...3.3.0)
+> 2 July 2020
-**Implemented enhancements:**
+- fix: add classes context file [`#116`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/116)
+- Support for functional properties [`#113`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/113)
+- fix: use post to login [`#112`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/112)
+- fix: updating model catalog example [`91c01dd`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/91c01dd4ff9db1c564dcd921694bfbd4eafb5437)
+- fix: generate simple examples [`3211290`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/3211290fbaefdf4930e57250fc8464d7599c8993)
+- fix: add cache system [`1a5541f`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/1a5541f0c36ddf4f1ea3c43ccefe98651ac04e82)
-- We should specify the OWL to OAS mapping we are supporting [\#68](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/68)
+#### [3.2.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.2.0...3.2.1)
-**Merged pull requests:**
+> 25 May 2020
-- fix: add classes context file [\#116](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/116) ([mosoriob](https://github.com/mosoriob))
-- Support for functional properties [\#113](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/113) ([paoespinozarias](https://github.com/paoespinozarias))
-- fix: use post to login [\#112](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/112) ([mosoriob](https://github.com/mosoriob))
+- Fix: generation of union tests [`#111`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/111)
+- feat(docs): testing [`b64a821`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/b64a82199a65a86753c34195a3d39835a1de9a15)
+- add docs cache [`f0d9cea`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/f0d9ceae5665e1d048d382a4bae05adfe52393da)
+- fix: remove unused dependency [`9732b21`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/9732b21bf7e16a5831252d259fc27ef12817b086)
-## [3.2.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.2.1) (2020-05-26)
+#### [3.2.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.1.0...3.2.0)
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.2.0...3.2.1)
+> 18 May 2020
-**Implemented enhancements:**
+- Issues#98 [`#104`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/104)
+- Content negotiation, additional examples [`#96`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/96)
+- Fix #91 [`#91`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/91)
+- Fix #27 and cleanup [`#27`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/27)
+- Fix #98 [`#98`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/98)
+- Fix #80; Fix #95 [`#80`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/80) [`#95`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/95)
+- restructuring and completing documentation [`5a970c6`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5a970c63cc57696bc2fcf836c561f6480080b105)
+- fix: update docs about the configuration [`042d7ce`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/042d7ce7c25d4241e761b09de54ff8b872dda0c5)
+- feat(docs): add firebase example [`edaf0f0`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/edaf0f019dc980a374b2adc3fc12867248dad0c2)
-- Update documentation [\#89](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/89)
+#### [3.1.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.0.0...3.1.0)
-**Merged pull requests:**
+> 27 April 2020
-- Fix: generation of union tests [\#111](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/111) ([mosoriob](https://github.com/mosoriob))
+- fix: delete trash files [`5332522`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5332522bf3d5dec8b9e6752b267ccffa46f87191)
+- fix: Trailing slash in configuration #84 [`416c618`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/416c618e38b592b3678b09aedbcf222cda110c86)
+- fix: handling empty dbpedia class [`c976dd3`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/c976dd307f207d28c5e569b5670a29712c63f323)
-## [3.2.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.2.0) (2020-05-19)
+### [3.0.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.5.0...3.0.0)
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.1.0...3.2.0)
+> 24 April 2020
-**Implemented enhancements:**
+- add wings example: [`#81`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/81)
+- fix: enable pagination [`210cd7a`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/210cd7a7ab33244fb8f2dd6bece84fe4dbea27ba)
+- fix: cleaning static files [`a44f735`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/a44f73519ed7950b7a35966b889535b1dd5ed1f4)
+- Update README.md [`b8eab01`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/b8eab014ddecfe32dc0ae292f484f1aa3f50420a)
-- Create tests for local ontology reads and content negotiation [\#98](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/98)
-- Allow loading local ontologies [\#95](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/95)
-- Add more examples to the examples directory [\#91](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/91)
-- Create an example with a reduced version of the model catalog [\#90](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/90)
-- Add FAQ to documentation [\#88](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/88)
-- Do content negotiation when inclduing ontologies [\#80](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/80)
-- If a property has no domain, it doesn't get added in the responses [\#63](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/63)
-- \[Documentation\] Feature page: Firebase setup [\#59](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/59)
+#### [2.5.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.2...2.5.0)
-**Fixed bugs:**
+> 22 April 2020
-- Running DBpedia\_music server with Docker doesn't work [\#73](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/73)
+- Release 2.5.0 [`4ac8296`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/4ac8296f144c99652ec9d2203bc9a1bf691b1129)
-**Closed issues:**
+#### [2.4.2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.1...2.4.2)
-- \[Documentation\] Should add a "Why OBA" description [\#71](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/71)
-- Documentation: How to use /users/login [\#66](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/66)
-- Swagger page is too slow [\#62](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/62)
-- Define the evaluation [\#47](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/47)
-- Evaluation DBPedia [\#45](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/45)
-- Add documentation to concepts [\#27](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/27)
+> 22 April 2020
-**Merged pull requests:**
+- Release 2.4.2 [`a3eff83`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/a3eff83ad0e563c52fd53b5592bd6e4f0015eb1c)
-- Issues\#98&\#27 [\#104](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/104) ([dgarijo](https://github.com/dgarijo))
-- Content negotiation, additional examples [\#96](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/96) ([dgarijo](https://github.com/dgarijo))
+#### [2.4.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.0...2.4.1)
-## [3.1.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.1.0) (2020-04-27)
+> 22 April 2020
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.0.0...3.1.0)
+- add: pagination [`#77`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/77)
+- fix: improve json [`5c0aa02`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5c0aa027d21cc6a6136adc34d240beb9376553f2)
+- fix: improve custom query docs [`6a55f6b`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/6a55f6b20c715a7fd5253255e549f522598b70ef)
+- Release 2.4.1 [`219386d`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/219386dc68dde2cb7159580adcaf90364d5f5abd)
-**Implemented enhancements:**
+#### [2.4.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.3.1...2.4.0)
-- Separate frames \(not contexts\) for each class for framing. [\#85](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/85)
-- Limit and pagination [\#61](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/61)
+> 15 April 2020
-**Fixed bugs:**
+- Fix: multiple changes [`#74`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/74)
+- fix: close #50 [`#50`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/50)
+- fix: add custom queries directory [`#49`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/49)
+- fix: #48 [`#48`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/48)
+- Squashed commit of the following: [`#28`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/28) [`#43`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/43) [`#33`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/33)
+- add: custom query docs [`#28`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/28)
+- fix: configuration exception [`#43`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/43)
+- fix: readme [`#33`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/33)
+- fix: update queries [`6656de6`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/6656de6ec1a397aa1fb6370155eb1a41f31861f3)
+- add: filter by class [`afbe890`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/afbe890fd6ca7d77c50b0c7ae3543307ad6b65c6)
+- feat(context): generate the context file automatically [`f4a6b3f`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/f4a6b3f114e2e27faaba9da901e837be0f152a37)
-- Trailing slash in configuration [\#84](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/84)
-- Error processing ontology network [\#79](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/79)
+#### [2.3.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.3.0...2.3.1)
-## [3.0.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.0.0) (2020-04-24)
+> 2 March 2020
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.5.0...3.0.0)
+- add resources zip [`0bea5fa`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/0bea5fafbd5659c718e384dcc0cd3e46eddd3c82)
-**Fixed bugs:**
+#### [2.3.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.2.0...2.3.0)
-- DBPedia example does not work properly [\#70](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/70)
+> 2 March 2020
-**Merged pull requests:**
+- Fix: wrong ranges of object properties [`#34`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/34)
+- fix: improve docs [`097f3fe`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/097f3fe7b1428db2aabed6b172ab0d920f654d80)
+- add running servers [`058ff76`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/058ff76d46d76719ad1b4d632c8fa46cdeb491da)
+- add cache [`d96e0ea`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/d96e0ea28724a0ccb7a8a03451dd85f2f707fd96)
-- add wings example: [\#81](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/81) ([mosoriob](https://github.com/mosoriob))
+#### [2.2.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.1.0...2.2.0)
-## [2.5.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.5.0) (2020-04-23)
+> 24 February 2020
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.2...2.5.0)
+- fix: schema generation [`a2670df`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/a2670dff4891eec3881051483165b9cd30c06d3f)
+- reorder resources [`5a54ce7`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/5a54ce7f0ab1dd664f3ae93f6aed9659f1ccc773)
+- reorder files [`18bc703`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/18bc70350641d11cf8ace1ef2f55c5c7e746f6ab)
-## [2.4.2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.4.2) (2020-04-23)
+#### [2.1.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.0.0...2.1.0)
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.1...2.4.2)
+> 17 February 2020
-## [2.4.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.4.1) (2020-04-23)
+- Configuration: OpenAPI improve [`#30`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/30)
+- Add resources directory [`#29`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/29)
+- oba docs [`af4b3fd`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/af4b3fdbffb43f00ad8253183f9036c5fd168e44)
+- a configuration supported options [`7626321`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/762632109d3606753db19ecf6ddd4ee4f3d65e80)
+- oba sync request utils python [`72b82f5`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/72b82f5bb71a36a2389b84ed95d64377dd54241a)
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.0...2.4.1)
+### [2.0.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.4...2.0.0)
-**Implemented enhancements:**
+> 13 December 2019
-- \[Documentation\] Custom queries parameters [\#54](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/54)
+- fix: separate MapperProperty by Object and Data [`#21`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/21)
+- feat(docs): improve documentation and configuration [`#20`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/20)
+- fix: improve quality code [`e0b6adf`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/e0b6adf4cc4f9dd94420153bfc067d76e87ef68b)
+- add: custom query [`9c04441`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/9c044413adf56dcd02c7bb5ab1bc2834877c6d49)
+- fix: some numbers must be integers [`ba57a3e`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/ba57a3ebb5016bc2cb293ea89b81232bdffeff60)
-**Merged pull requests:**
+#### [1.0.4](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.3...1.0.4)
-- add: pagination [\#77](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/77) ([mosoriob](https://github.com/mosoriob))
+> 21 October 2019
-## [2.4.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.4.0) (2020-04-15)
+- Add feature configuration [`#12`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/12)
+- Revert "fix: release using github token" [`#8`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/8)
+- Add: handle a openapifile base [`#19`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/19)
+- fix(schemas): obtain props from super, super class [`#13`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/13)
+- feat(oba): add desired paths configuration [`#10`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/10)
+- feat(oba): add query_text [`#10`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/10)
+- feat(general) base project [`e622442`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/e62244223b055d510171e3a16d5a32f4c3f978c0)
+- fix: cleaning base project repo [`37ce2aa`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/37ce2aa508f74ea67e366dd70a4785f5cbf0487e)
+- feat(main) add configuration [`16b690f`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/16b690f2c2d1565ecb5f3a2bce0155f7afead3b1)
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.3.1...2.4.0)
+#### [1.0.3](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.2...1.0.3)
-**Implemented enhancements:**
+> 2 October 2019
-- What happens if there is no user graph? [\#64](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/64)
-- Should generate the context file automatically [\#53](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/53)
-- Weird generated outputs [\#40](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/40)
-- Documentation on how to install the server [\#38](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/38)
-- Need to easily incorporate GRLC queries into an API [\#17](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/17)
+- Revert "fix: release using github token" [`440df8a`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/440df8a1e2facc04854dc75cdf1068f1cac44633)
-**Fixed bugs:**
+#### [1.0.2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.1...1.0.2)
-- firebase is not required [\#43](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/43)
-- Queries folder is not generated [\#37](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/37)
-- Wrong config file path gives an exception [\#36](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/36)
+> 2 October 2019
-**Closed issues:**
+- fix: travis [`#7`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/7)
+- add: deployment with dependecies [`3556965`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/355696505d4647990b4ec5a284b05f5f9987a17c)
+- add: multiple provides [`9a0da88`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/9a0da88982d1f6179be7b3b2d6751654f0f52f1a)
+- Update README.md [`bd7b92b`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/bd7b92b22ceeb7d599198e99d92d3c18186d4b49)
-- filter schemas and paths [\#51](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/51)
-- Add setting get, post, delete, put paths [\#50](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/50)
-- Missing custom queries folder [\#49](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/49)
-- Multi ontologies is not working ok [\#48](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/48)
-- Evaluation ModelCatalog [\#46](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/46)
-- \* We don't explain what ExternalDocs is [\#44](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/44)
-- There are some typos in the features page. [\#39](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/39)
-- Update readme [\#33](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/33)
-- custom queries have no documentation [\#28](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/28)
-- Paper progress week 24-feb [\#26](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/26)
-- Abstract [\#24](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/24)
-- Documentation: How to use [\#23](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/23)
-- \[python\] add travis.yml [\#15](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/15)
-- Main organization [\#1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/1)
+#### 1.0.1
-**Merged pull requests:**
+> 1 October 2019
-- Fix: multiple changes [\#74](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/74) ([mosoriob](https://github.com/mosoriob))
-- Before mcat [\#72](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/72) ([mosoriob](https://github.com/mosoriob))
-
-## [2.3.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.3.1) (2020-03-02)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.3.0...2.3.1)
-
-## [2.3.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.3.0) (2020-03-02)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.2.0...2.3.0)
-
-**Fixed bugs:**
-
-- Broken links in documentation [\#32](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/32)
-
-**Closed issues:**
-
-- Add resources as a zip [\#35](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/35)
-- Mapping of range of properties is failing [\#31](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/31)
-- Usability test [\#25](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/25)
-
-**Merged pull requests:**
-
-- Develop [\#41](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/41) ([mosoriob](https://github.com/mosoriob))
-- Fix: wrong ranges of object properties [\#34](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/34) ([mosoriob](https://github.com/mosoriob))
-
-## [2.2.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.2.0) (2020-02-24)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.1.0...2.2.0)
-
-## [2.1.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.1.0) (2020-02-17)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.0.0...2.1.0)
-
-**Merged pull requests:**
-
-- Configuration: OpenAPI improve [\#30](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/30) ([mosoriob](https://github.com/mosoriob))
-- Add resources directory [\#29](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/29) ([mosoriob](https://github.com/mosoriob))
-
-## [2.0.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.0.0) (2019-12-13)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.4...2.0.0)
-
-**Closed issues:**
-
-- Handle range using unionOf [\#22](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/22)
-- \[python\] Copy the requirements.txt [\#14](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/14)
-
-**Merged pull requests:**
-
-- fix: separate MapperProperty by Object and Data [\#21](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/21) ([mosoriob](https://github.com/mosoriob))
-- feat\(docs\): improve documentation and configuration [\#20](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/20) ([mosoriob](https://github.com/mosoriob))
-
-## [1.0.4](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.4) (2019-10-21)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.3...1.0.4)
-
-**Closed issues:**
-
-- Add servers fields on configuration [\#19](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/19)
-- Missing properties [\#13](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/13)
-- Output file settings [\#11](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/11)
-- Allow to filter the paths [\#10](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/10)
-
-**Merged pull requests:**
-
-- Add feature configuration [\#12](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/12) ([mosoriob](https://github.com/mosoriob))
-- Revert "fix: release using github token" [\#8](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/8) ([mosoriob](https://github.com/mosoriob))
-
-## [1.0.3](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.3) (2019-10-02)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.2...1.0.3)
-
-## [1.0.2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.2) (2019-10-02)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.1...1.0.2)
-
-**Closed issues:**
-
-- Generate JSON LD frame for each query [\#6](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/6)
-- Generate queries folder from paths [\#5](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/5)
-
-**Merged pull requests:**
-
-- fix: travis [\#7](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/7) ([mosoriob](https://github.com/mosoriob))
-
-## [1.0.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.1) (2019-10-01)
-
-[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3dcf345796fc92acb946c5d1bdb3b3d5d488f486...1.0.1)
-
-**Closed issues:**
-
-- Build paths [\#4](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/4)
-- Build Schemas [\#3](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/3)
-- Look at r4r [\#2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/2)
-
-
-
-\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
+- Fix: get the paths [`35f4eb5`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/35f4eb571f9ca1e8841bbfeca91c3aa8bffc2ad3)
+- Add: GET, POST paths [`779ec69`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/779ec6908f07963ad432a98c768cd4efbc941b57)
+- MapperSchema: safe point [`17c25cd`](https://github.com/KnowledgeCaptureAndDiscovery/OBA/commit/17c25cdcb6793f8b0fb810fbd33d0356d221b887)
diff --git a/pom.xml b/pom.xml
index 4783b7a..023e7aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
jar
edu.isi.oba
oba
- 3.4.0
+ 3.5.1
core
https://github.com/KnowledgeCaptureAndDiscovery/OBA