Skip to content

Commit f7d29f4

Browse files
committed
fix(build): remove package.json from git. added changelog entry for v2.0.0
1 parent a299cae commit f7d29f4

File tree

4 files changed

+16
-10289
lines changed

4 files changed

+16
-10289
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ openapi-sdkgen
1818

1919
# example binary ignore
2020
example/example
21-
coverage.txt
21+
coverage.txt
22+
23+
package.json
24+
package-lock.json

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@
44
### Bug Fixes
55

66
* **build:** added a travis.yml that should be used for public github ([5ee886d](https://github.ibm.com/coligo/go-sdk/commit/5ee886df82e99c0e06c83ab665ac82f2672acb92))
7+
8+
9+
## [2.0.0] (2022-12-08)
10+
11+
### Features
12+
13+
* **core** added support for [Code Engine API v2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0) features which allows to manage projects, apps, jobs, builds, secrets and config maps
14+
15+
### Bug Fixes
16+
17+
* **dependencies** bumped various dependencies
18+
* **dependencies** added support for Golang v1.18

0 commit comments

Comments
 (0)