We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dcd57 commit b4efd26Copy full SHA for b4efd26
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
# v1.6.0
10
11
* Handle case of missing `history` attribute in tag response
config/initializers/version.rb
@@ -1,4 +1,4 @@
-Rails.application.config.x.version = "1.6.0"
+Rails.application.config.x.version = "1.6.1"
# Docker Cloud will pass the git commit it is building the image from
# See: https://docs.docker.com/docker-hub/builds/advanced/
0 commit comments