Skip to content

Commit

Permalink
Merge pull request #8 from turbot/release/v0.2
Browse files Browse the repository at this point in the history
Release/v0.2
  • Loading branch information
bigdatasourav authored Jan 10, 2024
2 parents 3dfa6b8 + b321960 commit f2b1dd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2 [2024-01-10]

_Bug fixes_

- Updated the credential section of README to use `api_key` instead of `token`. ([#7](https://github.com/turbot/flowpipe-mod-ip2locationio/pull/7))

## v0.1.0 [2023-12-14]

_What's new?_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vi ~/.flowpipe/config/ip2locationio.fpc

```hcl
credential "ip2locationio" "my_ip2locationio" {
token = "00B6a...."
api_key = "00B6a...."
}
```

Expand Down

0 comments on commit f2b1dd9

Please sign in to comment.