Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi committed Oct 14, 2024
1 parent b2d1c70 commit ae6814a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project follows [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.0.0] - 2024-10-15
### Changed
- BC-Break: change domain from tecdottir.herokuapp.com to tecdottir.metaodi.ch
- Updated npm dependencies
Expand Down Expand Up @@ -120,7 +122,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- `Fixed` for any bug fixes.
- `Security` to invite users to upgrade in case of vulnerabilities.

[Unreleased]: https://github.com/metaodi/tecdottir/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/metaodi/tecdottir/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/metaodi/tecdottir/compare/v1.5.0...v2.0.0
[1.5.0]: https://github.com/metaodi/tecdottir/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/metaodi/tecdottir/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/metaodi/tecdottir/compare/v1.3.1...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: "1.5.0"
version: "2.0.0"
title: Tecdottir
description: This API returns data of the Tecson meteo station placed at Tiefenbrunnen and Mythenquai water police station.
license:
Expand Down
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.5.0",
"version": "2.0.0",
"description": "API wrapper to get tecson measurements",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit ae6814a

Please sign in to comment.