Skip to content

Commit

Permalink
prepare to release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh Nguyen committed Feb 16, 2022
1 parent 9f5c78d commit 9d34850
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Thanh Ba Nguyen
Copyright (c) 2020-2022 Thanh Ba Nguyen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# gocosmos release notes

## 2022-02-16 - v0.1.5

- Fix a bug where no-parameterized query returns error.
- Fix a bug where database or collection name contains upper-cased characters.

## 2021-07-14 - v0.1.4

- REST client & Driver for `database/sql`:
- Add parameter `InsecureSkipVerify=<true/false>` to connection string. This parameter is optional, default value is `false`.
If `true`, REST client will disable CA verification for https endoint (useful to run against test/dev env with local/docker Cosmos DB emulator).
If `true`, REST client will disable CA verification for https endpoint (useful to run against test/dev env with local/docker Cosmos DB emulator).

## 2020-12-27 - v0.1.3

Expand Down
2 changes: 1 addition & 1 deletion gocosmos.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package gocosmos

const (
// Version of package gocosmos.
Version = "0.1.4"
Version = "0.1.5"
)

0 comments on commit 9d34850

Please sign in to comment.