Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Sep 24, 2024
1 parent e2cf944 commit b1ac010
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
The changelog lists most feature changes between each release. The list is automatically created
based on merged pull requests. Search GitHub issues and pull requests for smaller issues.

## 1.1.0 (under development)
## 1.2.0 (under development)
[](AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE)

## 1.1.0

- fix: do not skip vehicles without pricing plan id (fixes #396) [#397](https://github.com/entur/lamassu/pull/397)
- Support consuming GBFS v3 [#389](https://github.com/entur/lamassu/pull/389)
Expand All @@ -25,8 +28,7 @@ based on merged pull requests. Search GitHub issues and pull requests for smalle
- Improve: allow configurable minimum max-age for cache-control directive [#530](https://github.com/entur/lamassu/pull/530)
- Add subscription update interceptor to add systemId to update logs [#518](https://github.com/entur/lamassu/pull/518)
- Add bounding box search functionality to vehicles and stations queries [#527](https://github.com/entur/lamassu/pull/527)
[](AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE)


## 1.0.0

First major release
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.entur</groupId>
<artifactId>lamassu</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>lamassu</name>
Expand Down

0 comments on commit b1ac010

Please sign in to comment.