**********************************************************
* eHealth Business recipe RELEASE NOTES          *
**********************************************************
3.10.2 release (july 2016)
  . N/A

3.10.1 release 
  . internal release
3.10.0 release (june 2016)
  .   improvement             uniformisation of all connector versions
  .   change                  added bootstrapping
  .   change                  some minor checkstyle fixes

  3.4.11 release (may 2016)
  . internal partner release (not published on ehealth portal only distributed to Recipe, Reseau Santé Wallon and Vitalink)  
3.4.0-beta-9 release
  .   using latest version of technical connector 3.4.0-beta-9 
  
3.4.0-beta-8 release
  . internal partner release (not published on ehealth portal only distributed to Recipe, Reseau Santé Wallon and Vitalink)
  
3.4.0-beta-7 release
  . using latest version of technical connector 3.4.0-beta-7
	
3.4.0 beta-6 release
  . using latest version of technical connector 3.4.0-beta-6
  
3.4.0-beta-5 release
 .    change                    Crypto properties are now retrieved from session when needed. methods with crypto as parameter are deprecated, the usage of the Session is now required
 .    change                    now using factory to create GenericWsSender instead of constructor
 .    improvement               replaced new GenericWsSenderImpl() with factory method in service
 
3.4.0-beta-4 release

3.4.0_beta-0 release
 . b.e.b.recipe is deprecated and it will not be longer supported by the connector.
 .    change                    refactored calling of KeyDepotManager
 .  change                  updated service to use new code to configure HandlerChain


3.3.0_beta-3 release
 . adding            b.e.b.recipe.utils.RecipeCryptoUtils                        cache for the symmectric key usage of recipe
 . improvement        b.e.b.recipe.builders.CreatePrescriptionBuilder                refactoring now using RecipeCryptoUtils instead of b.e.t.service.etee.impl.CryptoImpl
 . improvement        b.e.b.recipe.builders.GetPrescriptionBuilder                refactoring now using RecipeCryptoUtils instead of b.e.t.service.etee.impl.CryptoImpl
 . improvement        b.e.b.recipe.builders.ListFeedbackBuilder                    refactoring now using RecipeCryptoUtils instead of b.e.t.service.etee.impl.CryptoImpl
 . improvement        b.e.b.recipe.builders.ListOpenPrescriptionBuilder            refactoring now using RecipeCryptoUtils instead of b.e.t.service.etee.impl.CryptoImpl
 
3.3.0_beta-2 release
 .    adding            b.e.b.recipe.utils.RecipeCommonsUtils                        refactoring: avoid code duplication
 .  bug-fix            b.e.b.recipe.utils.RecipeCommonsUtils                        bug-fix using nihii11 in stead of nihii8 for KGSS. (error was present in RecipePrescriberServiceImpl) 
 .  improvement        b.e.b.recipe.service.impl.RecipePrescriberServiceImpl        refactoring using RecipeCommons
 .  improvement        b.e.b.recipe.session.impl.RecipePrescriberServiceImpl        refactoring using RecipeCommons
 .  improvement        b.e.b.recipe.builders.ListOpenPrescriptionBuilder            cleanup code: removed unnecessary objects creation
 
3.3.0 beta-1 release
 .    improvement                                                            logging standardized on sl4j 