Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 907 Bytes

CHANGELOG.md

File metadata and controls

64 lines (37 loc) · 907 Bytes

Changelog

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

1.0.0 - 2021-02-10

  • initial release
  • migrations loaded via package
  • model resolution via container

1.1.0 - 2021-02-11

  • update migrations

2.0.0 - 2021-03-04

  • add models
  • add factories
  • add policies
  • register policies
  • add nova resources
  • register nova resources

2.1.0 - 2021-03-11

  • updated models
  • first version of base booking service

2.2.0 - 2021-03-17

  • implement booking interfaces

2.2.1 - 2021-03-18

  • improve booking interfaces

2.3.0 - 2021-03-26

  • update migrations
  • update models

2.4.0 - 2021-04-11

  • bump package dependencies

2.5.0 - 2021-04-11

  • bookings location-based routing

2.5.1 - 2021-04-15

  • update view

2.5.2 - 2021-04-16

  • update model relationships

2.5.3 - 2021-04-20

  • model interfaces

2.5.4 - 2021-04-24

  • update nova resources