Skip to content

Commit ba5aef5

Browse files
Release IIB v6.4.0
Refers to CLOUDDST-13800
1 parent 279f211 commit ba5aef5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 6.4.0
10+
- Add internal_index_image_copy and internal_index_image_copy_resolved to Add and Rm response
11+
- Add a warning for when gating is disabled
12+
913
## 6.3.0
1014
- Fix create-empty-index endpoint to not accept build_tags
1115
- Update black to stable version 22.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='iib',
6-
version='6.3.0',
6+
version='6.4.0',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)