Skip to content

Commit db6fc33

Browse files
author
tytv2
committed
release: v0.2.1
1 parent 7c2219c commit db6fc33

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changes/0.2.1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "security",
5+
"description": "Remove GRN_CLIENT_ID/SECRET env var support for credential security"
6+
}
7+
]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
### Bug Fixes
6+
* **security**: Remove GRN_CLIENT_ID/SECRET env var support for credential security
7+
38
## 0.2.0
49

510
### Features

grncli/__init__.py

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

44
import os
55

6-
__version__ = '0.2.0'
6+
__version__ = '0.2.1'
77

88
# Data path for cli.json and other data files
99
_grncli_data_path = os.path.join(

0 commit comments

Comments
 (0)