Skip to content

Commit

Permalink
Merge pull request #4374 from telefonicaid/task/prepare_3.10.1
Browse files Browse the repository at this point in the history
Step: 3.10.0 -> 3.10.1
  • Loading branch information
mapedraza authored Jun 12, 2023
2 parents d0857dc + 2607dfe commit 9a80e06
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- Fix: logDeprecate not working correctly (`geo:json` wrongly considered as deprecated)
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.10.1 (June 12th, 2023)

- Fix: logDeprecate not working correctly (`geo:json` wrongly considered as deprecated)

3.10.0 (June 12th, 2023)

- Add: option to change deprecate log setting in the REST management API
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Support badge](https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-orion)
[![NGSI v2](https://img.shields.io/badge/NGSI-V2-red.svg)](doc/manuals/orion-api.md)
<br>
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.10.0.svg)](https://fiware-orion.rtfd.io/en/3.10.0/)
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.10.1.svg)](https://fiware-orion.rtfd.io/en/3.10.1/)
![Compliance Tests](https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg)
![Unit Tests](https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg)
![Functional Tests](https://github.com/telefonicaid/fiware-orion/workflows/Functional%20Tests/badge.svg)
Expand Down
2 changes: 1 addition & 1 deletion src/app/contextBroker/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@



#define ORION_VERSION "3.10.0"
#define ORION_VERSION "3.10.1"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_
2 changes: 1 addition & 1 deletion src/lib/common/defaultValues.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
*
* API Documentation - The link to the the GEri documentation, either in the gh-pages (.github.io/) inside the fiware organization in GitHub or ReadTheDocs manual.
*/
#define API_DOC "https://fiware-orion.rtfd.io/en/3.10.0/"
#define API_DOC "https://fiware-orion.rtfd.io/en/3.10.1/"

#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 comments on commit 9a80e06

Please sign in to comment.