Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi authored Aug 5, 2024
1 parent 709ce4c commit a341c9e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased][unreleased]

## [1.5.0] - 2024-08-05
### Changed
- Use new heroku stack, re-deployment

## [1.4.1] - 2022-09-23
### Fixed
- Fixed tests
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2020 Stefan Oderbolz
Copyright (c) 2017-2024 Stefan Oderbolz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
swagger: "2.0"
info:
version: "1.4.1"
version: "1.5.0"
title: Tecdottir
description: This API returns data of the Tecson meteo station placed at Tiefenbrunnen and Mythenquai water police station.
license:
name: MIT License, © Stefan Oderbolz 2022
name: MIT License, © Stefan Oderbolz 2024
url: https://github.com/metaodi/tecdottir/blob/master/LICENSE.md
host: tecdottir.herokuapp.com
# basePath prefixes all resource paths
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tecdottir",
"version": "1.4.1",
"version": "1.5.0",
"description": "API wrapper to get tecson measurements",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit a341c9e

Please sign in to comment.