Skip to content

Commit b99db09

Browse files
committed
Bump version and changelog for release
1 parent 73c2493 commit b99db09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.20.2
4+
* Use a more permissive version for the nginx Docker image the rails_app plugin uses for serving static assets.
5+
36
## 0.20.1
47
* Remove accidentally-released `require 'sorbet-runtime'` in bin/kuby.
58

lib/kuby/version.rb

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

33
module Kuby
4-
VERSION = '0.20.1'.freeze
4+
VERSION = '0.20.2'.freeze
55
end

0 commit comments

Comments
 (0)