Skip to content

Commit 2038662

Browse files
committed
release 1.7.1
1 parent db4c210 commit 2038662

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# v1.7.1
4+
5+
> **NOTE**:
6+
>
7+
> With this version the way how docker images are pushed is changing slightly:
8+
> Instead of having the `latest` tag being updated on every (potentially) breaking commit merged
9+
> into `master` branch it will be pointing to the last officially published release.
10+
>
11+
> You can switch to the `master` tag if you want to get the newest (unreleased) changes.
12+
13+
* Update to Rails 7.1.2
14+
315
# v1.7.0
416

517
* Update to Rails 7.1.0

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Rails.application.config.x.version = "1.7.0"
1+
Rails.application.config.x.version = "1.7.1"
22

33
# Docker Cloud will pass the git commit it is building the image from
44
# See: https://docs.docker.com/docker-hub/builds/advanced/

0 commit comments

Comments
 (0)