@audienti/cli 0.1.66 → 0.1.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ All notable changes to the Audienti CLI are documented here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.1.68] - 2026-09-17
8
+
9
+ ### Changed
10
+
11
+ - Prospect `company_certification` now returns `status: "missing"` with `reason: "reported_company_mismatch"` when the reported company disagrees with the cited company profile, and never certifies generic LinkedIn company pages such as Stealth Startup.
12
+
13
+ ## [0.1.67] - 2026-09-17
14
+
15
+ ### Added
16
+
17
+ - List routing-rules API response now reports whether rules were force re-applied.
18
+
7
19
  ## [0.1.66] - 2026-09-13
8
20
 
9
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@audienti/cli",
3
- "version": "0.1.66",
3
+ "version": "0.1.68",
4
4
  "description": "Agent-first command-line client for Audienti.",
5
5
  "type": "module",
6
6
  "bin": {