diff --git a/CHANGELOG.md b/CHANGELOG.md index adf4543..db8be6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,11 @@ ## [0.1.3] - 2023-06-11 - Allow the Rails app to boot even if there is no database yet + +## [0.1.4] - 2023-06-14 + +- Rescue NoDatabaseError at scheduler update. +- Include tests in gem, for sake of easier debugging. +- Reduce logging in local test runs. +- Bump local ruby version to 3.3.3 + diff --git a/lib/gouda/version.rb b/lib/gouda/version.rb index ed857b2..c282bb6 100644 --- a/lib/gouda/version.rb +++ b/lib/gouda/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Gouda - VERSION = "0.1.3" + VERSION = "0.1.4" end