Skip to content

Commit

Permalink
Merge branch 'master' into rkerns/AUTH-5428
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 15, 2023
2 parents 8adc3d5 + e274bae commit bb77fb4
Show file tree
Hide file tree
Showing 6 changed files with 855 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1401.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
observatory: add support for observatory API
```
3 changes: 3 additions & 0 deletions .changelog/1402.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps codecov/codecov-action from 3 to 4
```
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Run coverage
run: go test ./... -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.78.0 (Unreleased)

ENHANCEMENTS:

* observatory: add support for observatory API ([#1401](https://github.com/cloudflare/cloudflare-go/issues/1401))

DEPENDENCIES:

* deps: bumps codecov/codecov-action from 3 to 4 ([#1402](https://github.com/cloudflare/cloudflare-go/issues/1402))

## 0.77.0 (September 13th, 2023)

ENHANCEMENTS:
Expand Down

0 comments on commit bb77fb4

Please sign in to comment.