Updated version and CHANGELOG with recent fixes.
This commit is contained in:
		
							parent
							
								
									1a381ab963
								
							
						
					
					
						commit
						f1c5b65baf
					
				| 
						 | 
					@ -1,3 +1,9 @@
 | 
				
			||||||
 | 
					# 0.4.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Fixed ancestor checking issue when assigning Autoparse identifiers
 | 
				
			||||||
 | 
					* Renamed discovery methods to avoid collisions with some APIs
 | 
				
			||||||
 | 
					* Updated autoparse dependency to avoid JSON bug
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 0.4.0
 | 
					# 0.4.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Replaced httpadapter gem dependency with faraday
 | 
					* Replaced httpadapter gem dependency with faraday
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -22,7 +22,7 @@ if !defined?(::Google::APIClient::VERSION)
 | 
				
			||||||
      module VERSION
 | 
					      module VERSION
 | 
				
			||||||
        MAJOR = 0
 | 
					        MAJOR = 0
 | 
				
			||||||
        MINOR = 4
 | 
					        MINOR = 4
 | 
				
			||||||
        TINY  = 0
 | 
					        TINY  = 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        STRING = [MAJOR, MINOR, TINY].join('.')
 | 
					        STRING = [MAJOR, MINOR, TINY].join('.')
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue