Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 8b9ec89

Browse files
committed
release version 1.1.1 [skip ci]
1 parent 49fd92f commit 8b9ec89

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,7 @@ FakesAssemblies/
194194

195195
# Visual Studio 6 workspace options file
196196
*.opt
197+
198+
# JetBrains
199+
200+
.idea/

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 1.1.1 [2020-04-14]
2+
3+
### Features
4+
1. [#52](https://github.com/influxdata/influxdb-csharp/pull/52): Basic Changes and Move to .NET Standard 2.0 / Framework 4.6.1
5+
1. [#59](https://github.com/influxdata/influxdb-csharp/pull/59): Add maxBatchSize parameter to IntervalBatcher
6+

influxdb-csharp.sln

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{35451F
1010
appveyor.yml = appveyor.yml
1111
Build.ps1 = Build.ps1
1212
README.md = README.md
13+
CHANGELOG.md = CHANGELOG.md
1314
EndProjectSection
1415
EndProject
1516
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{75C71D21-E6FD-493F-A355-997EEF4DDF11}"

0 commit comments

Comments
 (0)