We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7087061 commit d23b152Copy full SHA for d23b152
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+Version 3.1.2
2
+=============
3
+* add `limit` parameter to `/v1/devices/<dongle>/routes_segments`
4
+
5
Version 3.1.1
6
=============
7
* add error response callback
package.json
@@ -1,6 +1,6 @@
{
"name": "@commaai/api",
- "version": "3.1.1",
+ "version": "3.1.2",
"main": "src/index.js",
"browser": "dist/index.js",
"types": "index.d.ts",
0 commit comments