Skip to content

Commit 70b4df2

Browse files
Merge branch 'master' into eng-9528/mcp-integration
2 parents 78ae9b3 + 8ed8da0 commit 70b4df2

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.11.2
2+
current_version = 1.12.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
## [1.12.0] - 2026-01-23
10+
## [1.12.1] - 2026-02-03
1111

1212
### Added
1313

@@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616
- List available tools with `cloudsmith mcp list_tools` and tool groups with `cloudsmith mcp list_groups`
1717
- Filter tools via `mcp_allowed_tools` and `mcp_allowed_tool_groups` configuration options to control which API operations are exposed
1818

19+
## [1.12.0] - 2026-02-02
20+
21+
### Added
22+
23+
- Added Generic Format support for pushing packages to repositories.
24+
- Added Upstream support for managing upstream proxy configurations.
25+
1926
## [1.11.2] - 2026-01-22
2027

2128
## Added

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.2
1+
1.12.0

0 commit comments

Comments
 (0)