Skip to content

Commit

Permalink
Version to 1.5.0 for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Dec 28, 2023
1 parent 1703f15 commit a0e1d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This project is part of [FIWARE](https://www.fiware.org/). For more information
Issues on this projects can be reported as [github issues](https://github.com/FIWARE/context.Orion-LD/issues),
while questions are preferred on Stackoverflow, using the tag `fiware-orion`.

> The latest release of Orion-LD is [1.4.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.4.0) from August 2023
> The latest release of Orion-LD is [1.5.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.5.0) from December 2023
Orion-LD is a Context Broker and [CEF](https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/CEF+Digital+Home)
[building block](https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/What+is+a+building+Block) for context data
Expand Down Expand Up @@ -94,10 +94,10 @@ Every merged pull request results in a new non-changing tag in dockerhub.
Please note that for production and/or performance implementations, there is a thorough guide for that right [here](https://github.com/FIWARE/load-tests)

If you instead want to use a more stable image, the latest release (as of August 2023) is
[1.4.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.4.0)
[1.5.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.5.0)

```console
docker run quay.io/fiware/orion-ld:1.4.0
docker run quay.io/fiware/orion-ld:1.5.0
```

Please check [quay.io](https://quay.io/repository/fiware/orion-ld?tab=tags) for other releases.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/orionld/common/orionldState.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extern "C"
//
// ORIONLD_VERSION -
//
#define ORIONLD_VERSION "post-v1.4.0"
#define ORIONLD_VERSION "1.5.0"



Expand Down

0 comments on commit a0e1d74

Please sign in to comment.