Skip to content

Commit

Permalink
Update to 0.8.3 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Jul 8, 2024
1 parent 0037565 commit 73c32c9
Show file tree
Hide file tree
Showing 8 changed files with 808 additions and 875 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG
=========
## 0.3.2 - 2024-07-01
## 0.3.3 - 2024-07-08
Update to Terraform Provider [0.8.3](https://github.com/MaterializeInc/terraform-provider-materialize/releases/tag/v0.8.3).

## 0.3.2 - 2024-07-01
Update to Terraform Provider [0.8.2](https://github.com/MaterializeInc/terraform-provider-materialize/releases/tag/v0.8.2).

## 0.3.1 - 2024-06-20
Expand Down
5 changes: 4 additions & 1 deletion examples/mocks/frontegg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module frontegg-mockserver

go 1.20

require github.com/google/uuid v1.5.0
require (
github.com/google/uuid v1.5.0
github.com/gorilla/mux v1.8.1
)
2 changes: 2 additions & 0 deletions examples/mocks/frontegg/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
Loading

0 comments on commit 73c32c9

Please sign in to comment.