Skip to content

Commit 6a2b072

Browse files
authored
Merge pull request #117 from okta/prep_v2_1_0
Prep v2.1.0 release
2 parents f50562e + 07658b8 commit 6a2b072

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.circleci/config.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: 2.1
44

55
orbs:
6-
platform-orb: okta/general-platform-helpers@1.5
6+
general-platform-helpers: okta/general-platform-helpers@1.9
77

88
# Define a job to be invoked later in a workflow.
99
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- checkout
1616
- run: go version
17-
- platform-orb/load-dependencies
17+
- general-platform-helpers/step-load-dependencies
1818
- run:
1919
name: "test stage"
2020
command: make test
@@ -24,11 +24,6 @@ jobs:
2424
workflows:
2525
"Circle CI Tests":
2626
jobs:
27-
- platform-orb/job-secrets-obtain:
28-
name: cache-secrets
29-
secret-key: "CLIENT_ID;ISSUER;PASSWORD;USERNAME"
30-
- test:
31-
requires:
32-
- cache-secrets
27+
- test
3328

34-
# VS Code Extension Version: 1.4.0
29+
# VS Code Extension Version: 1.4.0

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.1.0 (September 5th, 2024)
4+
5+
### Updates:
6+
7+
Make Audience validation optional [#116](https://github.com/okta/okta-jwt-verifier-golang/pull/116)
8+
39
## v2.0.4 (February 26th, 2024)
410

511
### Updates:

0 commit comments

Comments
 (0)