Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhieta committed Jun 18, 2024
2 parents f79b785 + 2d4300a commit de49213
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2024-06-12

### Added

- [#521](https://github.com/City-of-Helsinki/parking-permits/pull/521) Add logging to payment view

### Changed

- [#523](https://github.com/City-of-Helsinki/parking-permits/pull/523) Update Python to 3.11 and Django to 5.0.6
- [#522](https://github.com/City-of-Helsinki/parking-permits/pull/522) Update packages to latest versions
- [#519](https://github.com/City-of-Helsinki/parking-permits/pull/519) Change admin ui order date search to search orders
- [#518](https://github.com/City-of-Helsinki/parking-permits/pull/518) Cleanup and refactor L3-classification in Traficom API

### Fixed

- [#524](https://github.com/City-of-Helsinki/parking-permits/pull/524) Handle special characters in vehicle registration number
- [#520](https://github.com/City-of-Helsinki/parking-permits/pull/520) Fix date search

0 comments on commit de49213

Please sign in to comment.