Skip to content

Commit

Permalink
Merge pull request #4002 from telefonicaid/task/prepare_3.3.1
Browse files Browse the repository at this point in the history
Step: 3.3.0 -> 3.3.1
  • Loading branch information
AlvaroVega authored Nov 11, 2021
2 parents 0eb25db + d86c618 commit a9ff965
Show file tree
Hide file tree
Showing 5 changed files with 6 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: crash when updating attribute with empty JSON object or array (#3995)
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/support-sof-yellowgreen.svg)](http://stackoverflow.com/questions/tagged/fiware-orion)
[![NGSI v2](https://img.shields.io/badge/NGSI-V2-red.svg)](http://fiware-ges.github.io/orion/api/v2/stable/)
<br>
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.3.0.svg)](https://fiware-orion.rtfd.io/en/3.3.0/)
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.3.1.svg)](https://fiware-orion.rtfd.io/en/3.3.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
3 changes: 3 additions & 0 deletions rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ if [ "$1" == "0" ]; then
fi

%changelog
* Thu Nov 11 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 3.3.1-1
- Fix: crash when updating attribute with empty JSON object or array (#3995)

* Mon Oct 25 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 3.3.0-1
- Add: attribute update computed values based in operators: $inc, $min, $max, $mul, $push, $addToSet, $pull, $pullAll (#3814)
- Add: support to user and password in MQTT subscriptions (#3914)
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.3.0"
#define ORION_VERSION "3.3.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.3.0/"
#define API_DOC "https://fiware-orion.rtfd.io/en/3.3.1/"

#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 comments on commit a9ff965

Please sign in to comment.