Skip to content

Commit b4efd26

Browse files
committed
release 1.6.1
1 parent f2dcd57 commit b4efd26

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
# v1.6.1
4+
5+
* Accept oci manifests and ignore attestations
6+
* Update to Ruby 3.2.2
7+
* Update to Rails 7.0.4.3
8+
39
# v1.6.0
410

511
* Handle case of missing `history` attribute in tag response

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.6.0"
1+
Rails.application.config.x.version = "1.6.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)