Skip to content

Commit 808e3af

Browse files
committed
Version bump to 2.0.2
1 parent 59b47c2 commit 808e3af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.2 [unreleased]
1+
## 2.0.2
22

33
- Added support for variable transformation for blind indexing
44
- Added experimental support for Neo4j

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If your database contains sensitive or personal data, check out [Hypershield](ht
179179

180180
If you need to search encrypted data, use [blind indexing](https://github.com/ankane/blind_index).
181181

182-
You can have Blazer transform specific variables with: [master]
182+
You can have Blazer transform specific variables with:
183183

184184
```ruby
185185
Blazer.transform_variable = lambda do |name, value|
@@ -475,11 +475,11 @@ data_sources:
475475
- [IBM DB2 and Informix](#ibm-db2-and-informix)
476476
- [MongoDB](#mongodb-1)
477477
- [MySQL](#mysql-1)
478-
- [Neo4j](#neo4j-experimental-master)
478+
- [Neo4j](#neo4j-experimental)
479479
- [Oracle](#oracle)
480480
- [PostgreSQL](#postgresql-1)
481481
- [Presto](#presto)
482-
- [Salesforce](#salesforce-experimental-master)
482+
- [Salesforce](#salesforce-experimental)
483483
- [Snowflake](#snowflake)
484484
- [SQLite](#sqlite)
485485
- [SQL Server](#sql-server)
@@ -597,7 +597,7 @@ data_sources:
597597
url: mysql2://user:password@hostname:3306/database
598598
```
599599

600-
### Neo4j [experimental, master]
600+
### Neo4j [experimental]
601601

602602
Add [neo4j-core](https://github.com/neo4jrb/neo4j-core) to your Gemfile and set:
603603

@@ -632,7 +632,7 @@ data_sources:
632632
url: presto://user@hostname:8080/catalog
633633
```
634634

635-
### Salesforce [experimental, master]
635+
### Salesforce [experimental]
636636

637637
Add [restforce](https://github.com/restforce/restforce) to your Gemfile and set:
638638

lib/blazer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Blazer
2-
VERSION = "2.0.1"
2+
VERSION = "2.0.2"
33
end

0 commit comments

Comments
 (0)