Skip to content

Commit

Permalink
chore(master): release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and soofstad committed Nov 7, 2023
1 parent 4897834 commit e1563fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.1](https://github.com/equinor/data-modelling-storage-service/compare/v1.8.0...v1.8.1) (2023-11-07)


### Bug Fixes

* **node:** Node.node_id() return invalid address to list elements ([4897834](https://github.com/equinor/data-modelling-storage-service/commit/4897834f08dda4829bdb3162d4089c2ce1a16c11))

## [1.8.0](https://github.com/equinor/data-modelling-storage-service/compare/v1.7.1...v1.8.0) (2023-11-06)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Data Modeling Storage Service"
version = "1.8.0" # x-release-please-version
version = "1.8.1" # x-release-please-version
description = "A model based storage service"
authors = ["Stig Ofstad <stoo@equinor.com>","Christoffer","Eirik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def create_app() -> FastAPI:

app = FastAPI(
title="Data Modelling Storage Service",
version="1.8.0", # x-release-please-version
version="1.8.1", # x-release-please-version
description="API for basic data modelling interaction",
swagger_ui_init_oauth={
"clientId": config.OAUTH_CLIENT_ID,
Expand Down

0 comments on commit e1563fc

Please sign in to comment.