Skip to content

Commit 868977c

Browse files
committed
release v0.1.2
1 parent 0feea1e commit 868977c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## v0.1.1 (Released 2019-03-06)
1+
## v0.1.x (Released 2019-03-06)
22

33
BUG FIXES
4-
- Fix automated build steps
4+
- Fix automated build steps and Docker setup
55

66
## v0.1.0 (Released 2019-03-06)
77

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ client:
1717
@rm -rf ./client
1818
OPENAPI_GENERATOR_VERSION=4.0.0-beta2 ./openapi-generator generate -i openapi.yaml -g go -o ./client
1919
go fmt ./client
20-
go build github.com/moov-io/ofac/client
20+
go build github.com/moov-io/fed/client
2121
go test ./client
2222

2323
.PHONY: clean

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package fed
66

77
// Version is the current version
8-
const Version = "v0.1.1"
8+
const Version = "v0.1.2"

0 commit comments

Comments
 (0)