Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.10"
".": "0.7.11"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 94
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentmail%2Fagentmail-800ca32bd9e05b092bbe726b31890653d74f1d43bb8436a98476b4dc16035e15.yml
openapi_spec_hash: a2cd4922b1e8e7aef452d530efe4658d
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentmail%2Fagentmail-830c24d3ff39df5248fd06a0e32a64a57bdf6ed4f58bb33244cab98fa7c3476e.yml
openapi_spec_hash: c71d36752561924eb2e11bce3f93c32f
config_hash: 8ab5eb1bfc282411f0283d386a319f23
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.7.11 (2026-04-14)

Full Changelog: [v0.7.10...v0.7.11](https://github.com/agentmail-to/agentmail-cli/compare/v0.7.10...v0.7.11)

### Features

* **api:** api update ([2e3649c](https://github.com/agentmail-to/agentmail-cli/commit/2e3649ce0ea419da2c795b71471045a7f314777c))

## 0.7.10 (2026-04-14)

Full Changelog: [v0.7.9...v0.7.10](https://github.com/agentmail-to/agentmail-cli/compare/v0.7.9...v0.7.10)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

var organizationsGet = cli.Command{
Name: "get",
Usage: "Get the current organization.",
Usage: "Returns the organization for the authenticated API key (usage limits, counts,\nand billing metadata).",
Suggest: true,
Flags: []cli.Flag{},
Action: handleOrganizationsGet,
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.7.10" // x-release-please-version
const Version = "0.7.11" // x-release-please-version
Loading