Skip to content

Commit 771a338

Browse files
DudeRandom21claude
andcommitted
Bump version to 0.45.1 and update changelog
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 90e8282 commit 771a338

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
22

3+
# 0.45.1
4+
* Make `PRESENCE_CHECK_TIMEOUT` configurable via environment variable
5+
36
# 0.45.0
47
* Shipit-engine now requires application to be at least on Rails 8.1.1.
58
* Remove dependency on SaasC that is lo longer maintained. A vanilla CSS file now ships with shipit-engine.

lib/shipit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Shipit
4-
VERSION = '0.45.0'
4+
VERSION = '0.45.1'
55
end

0 commit comments

Comments
 (0)