Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Nov 25, 2024
1 parent fe6d52d commit 9d7b6be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 24.11.1

Released 25.11.2024

- Fix: Refactor deadlines to fix out-of-order issues

## 24.10.2

Released 23.10.2024
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V24.10.2
V24.11.1
2 changes: 1 addition & 1 deletion app/models/booking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# fk_rails_... (organisation_id => organisations.id)
#

class Booking < ApplicationRecord
class Booking < ApplicationRecord # rubocop:disable Metrics/ClassLength
include BookingStateConcern
include Timespanable

Expand Down

0 comments on commit 9d7b6be

Please sign in to comment.